Searched refs:cntl (Results 1 – 2 of 2) sorted by relevance
79 unsigned int cntl; in __dw_i2c_set_bus_speed() local93 cntl = (readl(&i2c_base->ic_con) & (~IC_CON_SPD_MSK)); in __dw_i2c_set_bus_speed()98 cntl |= IC_CON_SPD_SS; in __dw_i2c_set_bus_speed()112 cntl |= IC_CON_SPD_SS; in __dw_i2c_set_bus_speed()126 cntl |= IC_CON_SPD_FS; in __dw_i2c_set_bus_speed()139 writel(cntl, &i2c_base->ic_con); in __dw_i2c_set_bus_speed()
39 u32 cntl; member