Searched refs:LPI2C_MFSR (Results 1 – 2 of 2) sorted by relevance
40 #define LPI2C_MFSR 0x5C /* i2c master FIFO status */ macro316 txcnt = readl(lpi2c_imx->base + LPI2C_MFSR) & 0xff; in lpi2c_imx_txfifo_empty()357 txcnt = readl(lpi2c_imx->base + LPI2C_MFSR) & 0xff; in lpi2c_imx_write_txfifo()
1383 + while ((readl(lpi2c_imx->base + LPI2C_MFSR) & 0xff) > 2) {