Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-sun6i.c46 #define SUN6I_INT_CTL_RF_RDY BIT(0) macro
314 reg |= SUN6I_INT_CTL_RF_RDY; in sun6i_spi_transfer_one()
356 if (status & SUN6I_INT_CTL_RF_RDY) { in sun6i_spi_handler()
359 sun6i_spi_write(sspi, SUN6I_INT_STA_REG, SUN6I_INT_CTL_RF_RDY); in sun6i_spi_handler()
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-sun6i.c51 #define SUN6I_INT_CTL_RF_RDY BIT(0) macro
478 reg |= SUN6I_INT_CTL_RF_RDY; in sun6i_spi_transfer_one()
541 if (status & SUN6I_INT_CTL_RF_RDY) { in sun6i_spi_handler()
544 sun6i_spi_write(sspi, SUN6I_INT_STA_REG, SUN6I_INT_CTL_RF_RDY); in sun6i_spi_handler()

Completed in 2 milliseconds