Home
last modified time | relevance | path

Searched refs:PMIC_SLVID_BUCK_SET_LP (Results 1 – 4 of 4) sorted by relevance

/rk3399_ARM-atf/plat/mediatek/drivers/pmic/mt8196/
H A Dpmic_lowpower_init.c68 PMIC_SLVID_BUCK_SET_LP(MT6316, S8, VBUCK1, HW2, true, OP_MODE_LP, HW_LP); in pmic_lowpower_init()
69 PMIC_SLVID_BUCK_SET_LP(MT6316, S6, VBUCK3, HW2, true, OP_MODE_LP, HW_ONLV); in pmic_lowpower_init()
/rk3399_ARM-atf/plat/mediatek/drivers/pmic/mt8189/
H A Dpmic_lowpower_init.c16 #define PMIC_SLVID_BUCK_SET_LP(_chip, _slvid, _name, _user, _en, _mode, _cfg) \ macro
67 PMIC_SLVID_BUCK_SET_LP(MT6319, SPMI_SLAVE_7, VBUCK3, HW0, true, OP_MODE_LP, HW_LP); in pmic_lowpower_init()
/rk3399_ARM-atf/plat/mediatek/drivers/spm/mt8196/
H A Dmt_spm_pmic_lp.c120 PMIC_SLVID_BUCK_SET_LP(MT6316, S8, VBUCK1, RC8, in spm_lp_setting_init()
241 PMIC_SLVID_BUCK_SET_LP(MT6316, S8, VBUCK1, HW2, vcore_lp_enable, in do_spm_low_power()
/rk3399_ARM-atf/plat/mediatek/include/drivers/pmic/
H A Dpmic_set_lowpower.h160 #define PMIC_SLVID_BUCK_SET_LP(_chip, _slvid, _name, _user, _en, _mode, _cfg) \ macro