Lines Matching refs:value
226 static inline void i2c_writel(struct rk3x_i2c *i2c, u32 value,
229 writel(value, i2c->regs + offset);
562 * a best-effort divider value is returned in divs. If the target rate is
699 /* Give the tuning value 0, that would not update con register */
722 * a best-effort divider value is returned in divs. If the target rate is
829 * is a appropriate value to reduce calculated times.
1236 u32 value;
1289 /* 27+i: write mask, 11+i: value */
1290 value = BIT(27 + bus_nr) | BIT(11 + bus_nr);
1292 ret = regmap_write(grf, i2c->soc_data->grf_offset, value);