Searched refs:SPI_BIT (Results 1 – 1 of 1) sorted by relevance
172 #define SPI_BIT(name) \ macro313 | SPI_BIT(WDRBT) in cs_activate()314 | SPI_BIT(MODFDIS) in cs_activate()315 | SPI_BIT(MSTR)); in cs_activate()319 | SPI_BIT(MODFDIS) in cs_activate()320 | SPI_BIT(MSTR)); in cs_activate()326 u32 cpol = (spi->mode & SPI_CPOL) ? SPI_BIT(CPOL) : 0; in cs_activate()333 if ((csr ^ cpol) & SPI_BIT(CPOL)) in cs_activate()335 csr ^ SPI_BIT(CPOL)); in cs_activate()517 while (spi_readl(as, SR) & SPI_BIT(RDRF)) { in atmel_spi_next_xfer_pio()[all …]