Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-sun6i.c47 #define SUN6I_INT_CTL_TF_ERQ BIT(4) macro
316 reg |= SUN6I_INT_CTL_TF_ERQ; in sun6i_spi_transfer_one()
364 if (status & SUN6I_INT_CTL_TF_ERQ) { in sun6i_spi_handler()
369 sun6i_spi_disable_interrupt(sspi, SUN6I_INT_CTL_TF_ERQ); in sun6i_spi_handler()
372 sun6i_spi_write(sspi, SUN6I_INT_STA_REG, SUN6I_INT_CTL_TF_ERQ); in sun6i_spi_handler()
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-sun6i.c52 #define SUN6I_INT_CTL_TF_ERQ BIT(4) macro
480 reg |= SUN6I_INT_CTL_TF_ERQ; in sun6i_spi_transfer_one()
549 if (status & SUN6I_INT_CTL_TF_ERQ) { in sun6i_spi_handler()
554 sun6i_spi_disable_interrupt(sspi, SUN6I_INT_CTL_TF_ERQ); in sun6i_spi_handler()
557 sun6i_spi_write(sspi, SUN6I_INT_STA_REG, SUN6I_INT_CTL_TF_ERQ); in sun6i_spi_handler()

Completed in 3 milliseconds