Searched refs:IC_CON_SPD_MSK (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/i2c/ | ||
H A D | designware_i2c.h | 71 #define IC_CON_SPD_MSK 0x0006 macro |
H A D | designware_i2c.c | 97 cntl = (readl(&i2c_base->ic_con) & (~IC_CON_SPD_MSK)); in __dw_i2c_set_bus_speed() |