Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-sh.c29 #define SPI_SH_CR4 0x20 macro
166 !(spi_sh_read(ss, SPI_SH_CR4) & in spi_sh_send()
172 if (spi_sh_read(ss, SPI_SH_CR4) & SPI_SH_WPABRT) { in spi_sh_send()
174 spi_sh_set_bit(ss, SPI_SH_WPABRT, SPI_SH_CR4); in spi_sh_send()
186 spi_sh_set_bit(ss, SPI_SH_TBE, SPI_SH_CR4); in spi_sh_send()
202 spi_sh_set_bit(ss, SPI_SH_TBE, SPI_SH_CR4); in spi_sh_send()
238 spi_sh_set_bit(ss, SPI_SH_RBF, SPI_SH_CR4); in spi_sh_receive()
373 spi_sh_clear_bit(ss, ss->cr1, SPI_SH_CR4); in spi_sh_irq()