Home
last modified time | relevance | path

Searched refs:PMIC_BUCK_SET_LP (Results 1 – 7 of 7) sorted by relevance

/rk3399_ARM-atf/plat/mediatek/drivers/pmic/mt8196/
H A Dpmic_lowpower_init.c41 PMIC_BUCK_SET_LP(MT6363, VBUCK4, HW2, true, OP_MODE_LP, HW_LP); in pmic_lowpower_init()
42 PMIC_BUCK_SET_LP(MT6363, VBUCK4, RC9, true, OP_MODE_MU, HW_ON); in pmic_lowpower_init()
43 PMIC_BUCK_SET_LP(MT6363, VS2, HW2, true, OP_MODE_LP, HW_LP); in pmic_lowpower_init()
44 PMIC_BUCK_SET_LP(MT6363, VS2, RC9, true, OP_MODE_MU, HW_ON); in pmic_lowpower_init()
45 PMIC_BUCK_SET_LP(MT6363, VS3, HW2, true, OP_MODE_LP, HW_LP); in pmic_lowpower_init()
62 PMIC_BUCK_SET_LP(MT6373, VBUCK4, HW2, true, OP_MODE_LP, HW_OFF); in pmic_lowpower_init()
63 PMIC_BUCK_SET_LP(MT6373, VBUCK5, HW2, true, OP_MODE_LP, HW_OFF); in pmic_lowpower_init()
64 PMIC_BUCK_SET_LP(MT6373, VBUCK6, HW2, true, OP_MODE_LP, HW_LP); in pmic_lowpower_init()
/rk3399_ARM-atf/plat/mediatek/drivers/pmic/mt8189/
H A Dpmic_lowpower_init.c69 PMIC_BUCK_SET_LP(MT6359P, VPROC2, HW0, true, OP_MODE_LP, HW_OFF); in pmic_lowpower_init()
70 PMIC_BUCK_SET_LP(MT6359P, VPROC2, HW2, true, OP_MODE_LP, HW_LP); in pmic_lowpower_init()
71 PMIC_BUCK_SET_LP(MT6359P, VGPU11, HW0, true, OP_MODE_LP, HW_LP); in pmic_lowpower_init()
72 PMIC_BUCK_SET_LP(MT6359P, VGPU11, HW2, true, OP_MODE_LP, HW_LP); in pmic_lowpower_init()
73 PMIC_BUCK_SET_LP(MT6359P, VS1, HW0, true, OP_MODE_LP, HW_LP); in pmic_lowpower_init()
74 PMIC_BUCK_SET_LP(MT6359P, VS1, HW2, true, OP_MODE_LP, HW_LP); in pmic_lowpower_init()
75 PMIC_BUCK_SET_LP(MT6359P, VS2, HW0, true, OP_MODE_LP, HW_LP); in pmic_lowpower_init()
76 PMIC_BUCK_SET_LP(MT6359P, VS2, HW2, true, OP_MODE_LP, HW_LP); in pmic_lowpower_init()
/rk3399_ARM-atf/plat/mediatek/drivers/spm/mt8189/
H A Dmt_spm_pmic_lp.c109 PMIC_BUCK_SET_LP(MT6359P, VPROC2, HW0, true, OP_MODE_LP, HW_OFF); in spm_lp_setting_init()
112 PMIC_BUCK_SET_LP(MT6359P, VGPU11, HW0, true, OP_MODE_LP, HW_LP); in spm_lp_setting_init()
220 PMIC_BUCK_SET_LP(MT6359P, VPROC2, HW0, vproc2_lp_enable, OP_MODE_LP, HW_OFF); in do_spm_low_power()
221 PMIC_BUCK_SET_LP(MT6359P, VGPU11, HW0, vgpu11_hw0_lp_enable, OP_MODE_LP, HW_LP); in do_spm_low_power()
222 PMIC_BUCK_SET_LP(MT6359P, VGPU11, HW2, vgpu11_hw2_lp_enable, OP_MODE_LP, HW_LP); in do_spm_low_power()
/rk3399_ARM-atf/plat/mediatek/drivers/ufs/mt8196/
H A Dufs_ctrl_soc.c20 PMIC_BUCK_SET_LP(MT6363, VS2, HW2, true, OP_MODE_LP, HW_LP); in ufs_vsx_lpm()
26 PMIC_BUCK_SET_LP(MT6363, VS2, HW2, true, OP_MODE_LP, HW_ONLV); in ufs_vsx_lpm()
/rk3399_ARM-atf/plat/mediatek/drivers/spm/mt8196/
H A Dmt_spm_pmic_lp.c189 PMIC_BUCK_SET_LP(MT6363, VS1, HW2, in pmic_lp_setting()
191 PMIC_BUCK_SET_LP(MT6363, VS1, RC9, in pmic_lp_setting()
243 PMIC_BUCK_SET_LP(MT6363, VBUCK4, HW0, vcore_sram_lp, in do_spm_low_power()
245 PMIC_BUCK_SET_LP(MT6363, VBUCK4, HW2, !enter_suspend, in do_spm_low_power()
/rk3399_ARM-atf/plat/mediatek/include/drivers/pmic/
H A Dmt6359p_set_lowpower.h39 #define PMIC_BUCK_SET_LP(_chip, _name, _user, _en, _mode, _cfg) \ macro
H A Dpmic_set_lowpower.h94 #define PMIC_BUCK_SET_LP(_chip, _name, _user, _en, _mode, _cfg) \ macro