Lines Matching defs:real_offset
283 unsigned int real_offset = st->gpo_gpio_offsets[offset];
286 ret = ad74413r_set_gpo_config(st, real_offset,
291 regmap_update_bits(st->regmap, AD74413R_REG_GPO_CONFIG_X(real_offset),
307 unsigned int real_offset = st->gpo_gpio_offsets[offset];
309 ret = ad74413r_set_gpo_config(st, real_offset,
314 real_mask |= BIT(real_offset);
316 real_bits |= BIT(real_offset);
326 unsigned int real_offset = st->comp_gpio_offsets[offset];
334 status &= BIT(real_offset);
353 unsigned int real_offset = st->comp_gpio_offsets[offset];
355 __assign_bit(offset, bits, val & BIT(real_offset));
378 unsigned int real_offset = st->gpo_gpio_offsets[offset];
382 return ad74413r_set_gpo_config(st, real_offset,
385 return ad74413r_set_gpo_config(st, real_offset,
397 unsigned int real_offset = st->comp_gpio_offsets[offset];
401 return ad74413r_set_comp_debounce(st, real_offset,