Lines Matching refs:slot_reg
574 int slot_reg; in wm8350_dcdc_set_slot() local
586 slot_reg = WM8350_DCDC1_TIMEOUTS; in wm8350_dcdc_set_slot()
589 slot_reg = WM8350_DCDC2_TIMEOUTS; in wm8350_dcdc_set_slot()
592 slot_reg = WM8350_DCDC3_TIMEOUTS; in wm8350_dcdc_set_slot()
595 slot_reg = WM8350_DCDC4_TIMEOUTS; in wm8350_dcdc_set_slot()
598 slot_reg = WM8350_DCDC5_TIMEOUTS; in wm8350_dcdc_set_slot()
601 slot_reg = WM8350_DCDC6_TIMEOUTS; in wm8350_dcdc_set_slot()
607 val = wm8350_reg_read(wm8350, slot_reg) & in wm8350_dcdc_set_slot()
610 wm8350_reg_write(wm8350, slot_reg, in wm8350_dcdc_set_slot()
621 int slot_reg; in wm8350_ldo_set_slot() local
633 slot_reg = WM8350_LDO1_TIMEOUTS; in wm8350_ldo_set_slot()
636 slot_reg = WM8350_LDO2_TIMEOUTS; in wm8350_ldo_set_slot()
639 slot_reg = WM8350_LDO3_TIMEOUTS; in wm8350_ldo_set_slot()
642 slot_reg = WM8350_LDO4_TIMEOUTS; in wm8350_ldo_set_slot()
648 val = wm8350_reg_read(wm8350, slot_reg) & ~WM8350_LDO1_SDSLOT_MASK; in wm8350_ldo_set_slot()
649 wm8350_reg_write(wm8350, slot_reg, val | ((start << 10) | (stop << 6))); in wm8350_ldo_set_slot()