Lines Matching refs:slot_reg
646 int slot_reg; in wm8350_dcdc_set_slot() local
658 slot_reg = WM8350_DCDC1_TIMEOUTS; in wm8350_dcdc_set_slot()
661 slot_reg = WM8350_DCDC2_TIMEOUTS; in wm8350_dcdc_set_slot()
664 slot_reg = WM8350_DCDC3_TIMEOUTS; in wm8350_dcdc_set_slot()
667 slot_reg = WM8350_DCDC4_TIMEOUTS; in wm8350_dcdc_set_slot()
670 slot_reg = WM8350_DCDC5_TIMEOUTS; in wm8350_dcdc_set_slot()
673 slot_reg = WM8350_DCDC6_TIMEOUTS; in wm8350_dcdc_set_slot()
679 val = wm8350_reg_read(wm8350, slot_reg) & in wm8350_dcdc_set_slot()
682 wm8350_reg_write(wm8350, slot_reg, in wm8350_dcdc_set_slot()
693 int slot_reg; in wm8350_ldo_set_slot() local
705 slot_reg = WM8350_LDO1_TIMEOUTS; in wm8350_ldo_set_slot()
708 slot_reg = WM8350_LDO2_TIMEOUTS; in wm8350_ldo_set_slot()
711 slot_reg = WM8350_LDO3_TIMEOUTS; in wm8350_ldo_set_slot()
714 slot_reg = WM8350_LDO4_TIMEOUTS; in wm8350_ldo_set_slot()
720 val = wm8350_reg_read(wm8350, slot_reg) & ~WM8350_LDO1_SDSLOT_MASK; in wm8350_ldo_set_slot()
721 wm8350_reg_write(wm8350, slot_reg, val | ((start << 10) | (stop << 6))); in wm8350_ldo_set_slot()