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

/linux-4.1.27/drivers/regulator/
H A Dlp3972.c163 #define LP3972_BUCK_VOL_ENABLE_REG(x) (buck_vol_enable_addr[x]) macro
325 val = lp3972_reg_read(lp3972, LP3972_BUCK_VOL_ENABLE_REG(buck)); lp3972_dcdc_is_enabled()
336 val = lp3972_set_bits(lp3972, LP3972_BUCK_VOL_ENABLE_REG(buck), lp3972_dcdc_enable()
348 val = lp3972_set_bits(lp3972, LP3972_BUCK_VOL_ENABLE_REG(buck), lp3972_dcdc_disable()

Completed in 34 milliseconds