Lines Matching refs:slot_reg
845 int slot_reg; in wm8350_dcdc_set_slot() local
857 slot_reg = WM8350_DCDC1_TIMEOUTS; in wm8350_dcdc_set_slot()
860 slot_reg = WM8350_DCDC2_TIMEOUTS; in wm8350_dcdc_set_slot()
863 slot_reg = WM8350_DCDC3_TIMEOUTS; in wm8350_dcdc_set_slot()
866 slot_reg = WM8350_DCDC4_TIMEOUTS; in wm8350_dcdc_set_slot()
869 slot_reg = WM8350_DCDC5_TIMEOUTS; in wm8350_dcdc_set_slot()
872 slot_reg = WM8350_DCDC6_TIMEOUTS; in wm8350_dcdc_set_slot()
878 val = wm8350_reg_read(wm8350, slot_reg) & in wm8350_dcdc_set_slot()
881 wm8350_reg_write(wm8350, slot_reg, in wm8350_dcdc_set_slot()
892 int slot_reg; in wm8350_ldo_set_slot() local
904 slot_reg = WM8350_LDO1_TIMEOUTS; in wm8350_ldo_set_slot()
907 slot_reg = WM8350_LDO2_TIMEOUTS; in wm8350_ldo_set_slot()
910 slot_reg = WM8350_LDO3_TIMEOUTS; in wm8350_ldo_set_slot()
913 slot_reg = WM8350_LDO4_TIMEOUTS; in wm8350_ldo_set_slot()
919 val = wm8350_reg_read(wm8350, slot_reg) & ~WM8350_LDO1_SDSLOT_MASK; in wm8350_ldo_set_slot()
920 wm8350_reg_write(wm8350, slot_reg, val | ((start << 10) | (stop << 6))); in wm8350_ldo_set_slot()