Searched refs:SPI_SH_CR4 (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/spi/
H A Dspi-sh.c37 #define SPI_SH_CR4 0x20 macro
178 !(spi_sh_read(ss, SPI_SH_CR4) & spi_sh_send()
184 if (spi_sh_read(ss, SPI_SH_CR4) & SPI_SH_WPABRT) { spi_sh_send()
186 spi_sh_set_bit(ss, SPI_SH_WPABRT, SPI_SH_CR4); spi_sh_send()
198 spi_sh_set_bit(ss, SPI_SH_TBE, SPI_SH_CR4); spi_sh_send()
214 spi_sh_set_bit(ss, SPI_SH_TBE, SPI_SH_CR4); spi_sh_send()
250 spi_sh_set_bit(ss, SPI_SH_RBF, SPI_SH_CR4); spi_sh_receive()
416 spi_sh_clear_bit(ss, ss->cr1, SPI_SH_CR4); spi_sh_irq()

Completed in 33 milliseconds