Searched refs:temp_IER (Results 1 – 1 of 1) sorted by relevance
823 u32 temp_SR, temp_IER; in fsl_lpspi_isr() local826 temp_IER = readl(fsl_lpspi->base + IMX7ULP_IER); in fsl_lpspi_isr()832 if ((temp_SR & SR_TDF) && (temp_IER & IER_TDIE)) { in fsl_lpspi_isr()840 fsl_lpspi_intctrl(fsl_lpspi, IER_FCIE | (temp_IER & IER_TDIE)); in fsl_lpspi_isr()844 if (temp_SR & SR_FCF && (temp_IER & IER_FCIE)) { in fsl_lpspi_isr()