Searched refs:SPI_SH_CR4 (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/spi/ |
D | spi-sh.c | 37 #define SPI_SH_CR4 0x20 macro 177 !(spi_sh_read(ss, SPI_SH_CR4) & in spi_sh_send() 183 if (spi_sh_read(ss, SPI_SH_CR4) & SPI_SH_WPABRT) { in spi_sh_send() 185 spi_sh_set_bit(ss, SPI_SH_WPABRT, SPI_SH_CR4); in spi_sh_send() 197 spi_sh_set_bit(ss, SPI_SH_TBE, SPI_SH_CR4); in spi_sh_send() 213 spi_sh_set_bit(ss, SPI_SH_TBE, SPI_SH_CR4); in spi_sh_send() 249 spi_sh_set_bit(ss, SPI_SH_RBF, SPI_SH_CR4); in spi_sh_receive() 415 spi_sh_clear_bit(ss, ss->cr1, SPI_SH_CR4); in spi_sh_irq()
|