Searched refs:LPI2C_MRDR_RXEMPTY_MASK (Results 1 - 2 of 2) sorted by relevance

/u-boot/drivers/i2c/
H A Dimx_lpi2c.c156 } while (val & LPI2C_MRDR_RXEMPTY_MASK);
/u-boot/include/
H A Dimx_lpi2c.h320 #define LPI2C_MRDR_RXEMPTY_MASK (0x4000U) macro
322 #define LPI2C_MRDR_RXEMPTY(x) (((uint32_t)(((uint32_t)(x)) << LPI2C_MRDR_RXEMPTY_SHIFT)) & LPI2C_MRDR_RXEMPTY_MASK)

Completed in 99 milliseconds