Searched refs:PMIC (Results 1 – 9 of 9) sorted by relevance
| /rk3399_ARM-atf/plat/renesas/common/ |
| H A D | plat_pm.c | 177 if (rcar_iic_dvfs_send(PMIC, DVFS_SET_VID, DVFS_SET_VID_0V)) in rcar_system_off() 180 if (rcar_iic_dvfs_send(PMIC, BKUP_MODE_CNT, P_ALL_OFF)) in rcar_system_off() 215 error = rcar_iic_dvfs_send(PMIC, REG_KEEP10, KEEP10_MAGIC); in rcar_system_reset() 221 error = rcar_iic_dvfs_receive(PMIC, BKUP_MODE_CNT, &mode); in rcar_system_reset() 228 error = rcar_iic_dvfs_send(PMIC, BKUP_MODE_CNT, mode); in rcar_system_reset() 237 if (rcar_iic_dvfs_send(PMIC, BKUP_MODE_CNT, P_ALL_OFF)) in rcar_system_reset()
|
| /rk3399_ARM-atf/drivers/renesas/common/iic_dvfs/ |
| H A D | iic_dvfs.h | 11 #define PMIC (0x30U) macro
|
| /rk3399_ARM-atf/docs/plat/ |
| H A D | allwinner.rst | 65 - ``SUNXI_SETUP_REGULATORS`` : On SoCs that typically ship with a PMIC 68 software like U-Boot to ignore power control via the PMIC. 72 can bet set to ``0`` on the build command line, to skip the PMIC setup 73 entirely. Any bootloader or OS would need to setup the PMIC on its own then.
|
| H A D | rcar-gen3.rst | 75 PMIC) before determining the boot reason (cold or warm).
|
| /rk3399_ARM-atf/drivers/renesas/common/pwrc/ |
| H A D | pwrc.c | 674 qllm = rcar_iic_dvfs_send(PMIC, PMIC_QLLM_CNT, 0); in rcar_pwrc_go_suspend_to_ram() 678 rc = rcar_iic_dvfs_receive(PMIC, PMIC_BKUP_MODE_CNT, &mode); in rcar_pwrc_go_suspend_to_ram() 681 rc = rcar_iic_dvfs_send(PMIC, PMIC_BKUP_MODE_CNT, mode); in rcar_pwrc_go_suspend_to_ram() 713 if (rcar_iic_dvfs_receive(PMIC, PMIC_BKUP_MODE_CNT, &mode)) in rcar_pwrc_init_suspend_to_ram() 717 if (rcar_iic_dvfs_send(PMIC, PMIC_BKUP_MODE_CNT, mode)) in rcar_pwrc_init_suspend_to_ram() 727 error = rcar_iic_dvfs_send(PMIC, REG_KEEP10, 0); in rcar_pwrc_suspend_to_ram()
|
| /rk3399_ARM-atf/plat/mediatek/drivers/spm/mt8189/ |
| H A D | mt_spm_hwreq.c | 97 DECLARE_HWCG_REG(PMIC, info); in spm_hwcg_ctrl() 130 DECLARE_HWCG_REG(PMIC, info); in spm_hwcg_mask_get() 162 DECLARE_HWCG_DEFAULT(PMIC, info); in spm_hwcg_get_default() 477 DECLARE_PERI_REQ_DEFAULT(PMIC, info); in spm_peri_req_get_default()
|
| /rk3399_ARM-atf/plat/mediatek/drivers/spm/mt8196/ |
| H A D | mt_spm_hwreq.c | 97 DECLARE_HWCG_REG(PMIC, info); in spm_hwcg_ctrl() 130 DECLARE_HWCG_REG(PMIC, info); in spm_hwcg_mask_get() 162 DECLARE_HWCG_DEFAULT(PMIC, info); in spm_hwcg_get_default()
|
| /rk3399_ARM-atf/plat/renesas/rcar/ |
| H A D | bl2_plat_setup.c | 400 if (rcar_iic_dvfs_receive(PMIC, REG_KEEP10, &data)) { in is_ddr_backup_mode()
|
| /rk3399_ARM-atf/docs/ |
| H A D | change-log.md | 223 …- enable PMIC low power setting ([d701cf8](https://review.trustedfirmware.org/plugins/gitiles/TF-A… 1563 …- add PMIC driver ([d4e6f98](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmw… 1584 …- enable PMIC low power setting ([e8e8768](https://review.trustedfirmware.org/plugins/gitiles/TF-A… 1888 - **ST PMIC** 2481 - **ST PMIC** 3045 …- h616: add I2C PMIC support ([0444589](https://review.trustedfirmware.org/plugins/gitiles/TF-A/tr… 3046 …- h616: add support for AXP313 PMIC ([0385136](https://review.trustedfirmware.org/plugins/gitiles/… 3047 …- h616: add support for AXP717 PMIC ([646d06b](https://review.trustedfirmware.org/plugins/gitiles/… 3517 - **ST PMIC** 6052 - **ST PMIC** [all …]
|