Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-fsl-lpspi.c739 u32 temp_SR, temp_IER; in fsl_lpspi_isr() local
742 temp_IER = readl(fsl_lpspi->base + IMX7ULP_IER); in fsl_lpspi_isr()
748 if ((temp_SR & SR_TDF) && (temp_IER & IER_TDIE)) { in fsl_lpspi_isr()
760 if (temp_SR & SR_FCF && (temp_IER & IER_FCIE)) { in fsl_lpspi_isr()
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-fsl-lpspi.c744 u32 temp_SR, temp_IER; in fsl_lpspi_isr() local
747 temp_IER = readl(fsl_lpspi->base + IMX7ULP_IER); in fsl_lpspi_isr()
753 if ((temp_SR & SR_TDF) && (temp_IER & IER_TDIE)) { in fsl_lpspi_isr()
765 if (temp_SR & SR_FCF && (temp_IER & IER_FCIE)) { in fsl_lpspi_isr()

Completed in 3 milliseconds