Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-sun4i.c47 #define SUN4I_INT_CTL_TC BIT(16) macro
318 sun4i_spi_enable_interrupt(sspi, SUN4I_INT_CTL_TC | in sun4i_spi_transfer_one()
355 if (status & SUN4I_INT_CTL_TC) { in sun4i_spi_handler()
356 sun4i_spi_write(sspi, SUN4I_INT_STA_REG, SUN4I_INT_CTL_TC); in sun4i_spi_handler()