Searched refs:control_off (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/regulator/
H A Dti-abb-regulator.c49 * @control_off: control register offset from base
59 u32 control_off; member in struct:ti_abb_reg
634 .control_off = 0x00,
647 .control_off = 0x04,
711 if (abb->regs->setup_off || abb->regs->control_off) {
717 abb->control_reg = abb->base + abb->regs->control_off;

Completed in 99 milliseconds