| /rk3399_ARM-atf/plat/mediatek/drivers/pmic/mt8196/ |
| H A D | pmic_lowpower_init.c | 46 PMIC_LDO_SET_LP(MT6363, VSRAM_CPUB, HW2, true, OP_MODE_LP, HW_LP); in pmic_lowpower_init() 47 PMIC_LDO_SET_LP(MT6363, VSRAM_CPUB, RC9, true, OP_MODE_MU, HW_ON); in pmic_lowpower_init() 48 PMIC_LDO_SET_LP(MT6363, VSRAM_CPUL, HW2, true, OP_MODE_LP, HW_LP); in pmic_lowpower_init() 49 PMIC_LDO_SET_LP(MT6363, VSRAM_CPUL, RC9, true, OP_MODE_MU, HW_ON); in pmic_lowpower_init() 50 PMIC_LDO_SET_LP(MT6363, VSRAM_APU, RC2, true, OP_MODE_MU, HW_OFF); in pmic_lowpower_init() 51 PMIC_LDO_SET_LP(MT6363, VSRAM_MODEM, HW2, true, OP_MODE_LP, HW_LP); in pmic_lowpower_init() 52 PMIC_LDO_SET_LP(MT6363, VSRAM_MODEM, RC9, true, OP_MODE_MU, HW_ON); in pmic_lowpower_init() 53 PMIC_LDO_SET_LP(MT6363, VA12_1, HW2, true, OP_MODE_LP, HW_LP); in pmic_lowpower_init() 54 PMIC_LDO_SET_LP(MT6363, VA12_1, RC9, true, OP_MODE_MU, HW_ON); in pmic_lowpower_init() 55 PMIC_LDO_SET_LP(MT6363, VA12_2, HW2, true, OP_MODE_LP, HW_LP); in pmic_lowpower_init() [all …]
|
| /rk3399_ARM-atf/plat/mediatek/drivers/pmic/mt8189/ |
| H A D | pmic_lowpower_init.c | 77 PMIC_LDO_SET_LP(MT6359P, VRF12, HW0, true, OP_MODE_LP, HW_LP); in pmic_lowpower_init() 78 PMIC_LDO_SET_LP(MT6359P, VRF12, HW2, true, OP_MODE_LP, HW_LP); in pmic_lowpower_init() 79 PMIC_LDO_SET_LP(MT6359P, VA12, HW0, true, OP_MODE_LP, HW_LP); in pmic_lowpower_init() 80 PMIC_LDO_SET_LP(MT6359P, VA12, HW2, true, OP_MODE_LP, HW_LP); in pmic_lowpower_init() 81 PMIC_LDO_SET_LP(MT6359P, VA09, HW0, true, OP_MODE_LP, HW_LP); in pmic_lowpower_init() 82 PMIC_LDO_SET_LP(MT6359P, VA09, HW2, true, OP_MODE_LP, HW_LP); in pmic_lowpower_init() 83 PMIC_LDO_SET_LP(MT6359P, VAUX18, HW0, true, OP_MODE_LP, HW_LP); in pmic_lowpower_init() 84 PMIC_LDO_SET_LP(MT6359P, VAUX18, HW2, true, OP_MODE_LP, HW_LP); in pmic_lowpower_init() 85 PMIC_LDO_SET_LP(MT6359P, VXO22, HW0, true, OP_MODE_LP, HW_LP); in pmic_lowpower_init() 86 PMIC_LDO_SET_LP(MT6359P, VXO22, HW2, true, OP_MODE_LP, HW_LP); in pmic_lowpower_init() [all …]
|
| /rk3399_ARM-atf/plat/mediatek/drivers/spm/mt8196/ |
| H A D | mt_spm_pmic_lp.c | 193 PMIC_LDO_SET_LP(MT6363, VIO18, HW2, in pmic_lp_setting() 195 PMIC_LDO_SET_LP(MT6363, VIO18, RC9, in pmic_lp_setting() 235 PMIC_LDO_SET_LP(MT6363, VA12_2, HW2, enter_suspend, OP_MODE_LP, HW_LP); in do_spm_low_power() 236 PMIC_LDO_SET_LP(MT6363, VSRAM_CPUL, HW2, in do_spm_low_power()
|
| /rk3399_ARM-atf/plat/mediatek/include/drivers/pmic/ |
| H A D | mt6359p_set_lowpower.h | 52 #define PMIC_LDO_SET_LP(_chip, _name, _user, _en, _mode, _cfg) \ macro
|
| H A D | pmic_set_lowpower.h | 127 #define PMIC_LDO_SET_LP(_chip, _name, _user, _en, _mode, _cfg) \ macro
|