Home
last modified time | relevance | path

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

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