Searched refs:SPI_IO_CTRL_CS0 (Results 1 – 2 of 2) sorted by relevance
149 ioctrl &= ~(SPI_IO_CTRL_CS0 << cs); in ar71xx_spi_chip_activate()180 ioctrl &= ~(SPI_IO_CTRL_CS0 << cs); in ar71xx_spi_txrx()
526 #define SPI_IO_CTRL_CS0 (1 << 16) macro