Searched refs:AR71XX_SPI_IOC_CS (Results 1 – 2 of 2) sorted by relevance
985 #define AR71XX_SPI_IOC_CS(n) BIT(16 + (n)) macro986 #define AR71XX_SPI_IOC_CS0 AR71XX_SPI_IOC_CS(0)987 #define AR71XX_SPI_IOC_CS1 AR71XX_SPI_IOC_CS(1)988 #define AR71XX_SPI_IOC_CS2 AR71XX_SPI_IOC_CS(2)
77 out = AR71XX_SPI_IOC_CS_ALL & ~(AR71XX_SPI_IOC_CS(slave->cs)); in ath79_spi_xfer()
Completed in 15 milliseconds