Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Dimx_lpi2c.c80 txcount = LPI2C_MFSR_TXCOUNT(readl(&regs->mfsr)); in bus_i2c_wait_for_tx_ready()
/openbmc/u-boot/include/
H A Dimx_lpi2c.h302 #define LPI2C_MFSR_TXCOUNT(x) (((uint32_t)(((uint32_t)(x)) << LPI2C_MFSR_TXCOUNT… macro