temp_IER          759 drivers/spi/spi-fsl-lpspi.c 	u32 temp_SR, temp_IER;
temp_IER          762 drivers/spi/spi-fsl-lpspi.c 	temp_IER = readl(fsl_lpspi->base + IMX7ULP_IER);
temp_IER          768 drivers/spi/spi-fsl-lpspi.c 	if ((temp_SR & SR_TDF) && (temp_IER & IER_TDIE)) {
temp_IER          780 drivers/spi/spi-fsl-lpspi.c 	if (temp_SR & SR_FCF && (temp_IER & IER_FCIE)) {