Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/spi/
Dspi-fsl-lpspi.c739 u32 temp_SR, temp_IER; in fsl_lpspi_isr() local
744 temp_SR = readl(fsl_lpspi->base + IMX7ULP_SR); in fsl_lpspi_isr()
748 if ((temp_SR & SR_TDF) && (temp_IER & IER_TDIE)) { in fsl_lpspi_isr()
753 if (temp_SR & SR_MBF || in fsl_lpspi_isr()
760 if (temp_SR & SR_FCF && (temp_IER & IER_FCIE)) { in fsl_lpspi_isr()