Home
last modified time | relevance | path

Searched refs:SPI_IO_CTRL_CS0 (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/mips/atheros/
H A Dar71xx_spi.c149 ioctrl &= ~(SPI_IO_CTRL_CS0 << cs); in ar71xx_spi_chip_activate()
180 ioctrl &= ~(SPI_IO_CTRL_CS0 << cs); in ar71xx_spi_txrx()
H A Dar71xxreg.h526 #define SPI_IO_CTRL_CS0 (1 << 16) macro