Lines Matching defs:REG_CON
29 #define REG_CON 0x00 /* control register */
43 /* REG_CON bits */
249 u32 val = i2c_readl(i2c, REG_CON) & REG_CON_TUNING_MASK;
260 i2c_writel(i2c, val, REG_CON);
282 ctrl = i2c_readl(i2c, REG_CON);
284 i2c_writel(i2c, ctrl, REG_CON);
295 ctrl = i2c_readl(i2c, REG_CON) & REG_CON_TUNING_MASK;
296 i2c_writel(i2c, ctrl, REG_CON);
312 con = i2c_readl(i2c, REG_CON);
331 i2c_writel(i2c, con, REG_CON);
386 i2c_writel(i2c, i2c_readl(i2c, REG_CON) & ~REG_CON_START, REG_CON);
469 con = i2c_readl(i2c, REG_CON);
471 i2c_writel(i2c, con, REG_CON);
889 val = i2c_readl(i2c, REG_CON);
892 i2c_writel(i2c, val, REG_CON);
1114 val = i2c_readl(i2c, REG_CON) & REG_CON_TUNING_MASK;
1116 i2c_writel(i2c, val, REG_CON);