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

/u-boot/include/
H A Dimx_lpi2c.h163 #define LPI2C_MSR_BBF_SHIFT (25U) macro
164 #define LPI2C_MSR_BBF(x) (((uint32_t)(((uint32_t)(x)) << LPI2C_MSR_BBF_SHIFT)) & LPI2C_MSR_BBF_MASK)

Completed in 43 milliseconds