Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/mediatek/drivers/cpu_pm/cpcv3_2/
H A Dmt_cpu_pm_cpc.c17 int auto_off; member
161 cpc.auto_off = 1; in mtk_cpc_config()
164 cpc.auto_off = 0; in mtk_cpc_config()
191 res = cpc.auto_off; in mtk_cpc_read_config()
245 cpc.auto_off = 0; in mtk_cpc_init()
247 cpc.auto_off = 1; in mtk_cpc_init()
250 ((cpc.auto_off > 0) ? CPC_AUTO_OFF_EN : 0))); in mtk_cpc_init()
/rk3399_ARM-atf/plat/mediatek/mt8192/drivers/mcdi/
H A Dmt_cpu_pm_cpc.c15 int auto_off; member
178 cpc.auto_off = 1; in mtk_cpc_config()
181 cpc.auto_off = 0; in mtk_cpc_config()
215 res = cpc.auto_off; in mtk_cpc_read_config()
260 cpc.auto_off = 1; in mtk_cpc_init()
266 | (cpc.auto_off ? CPC_AUTO_OFF_EN : 0U)); in mtk_cpc_init()
/rk3399_ARM-atf/plat/mediatek/mt8195/drivers/mcdi/
H A Dmt_cpu_pm_cpc.c15 int auto_off; member
178 cpc.auto_off = 1; in mtk_cpc_config()
181 cpc.auto_off = 0; in mtk_cpc_config()
215 res = cpc.auto_off; in mtk_cpc_read_config()
260 cpc.auto_off = 1; in mtk_cpc_init()
266 | (cpc.auto_off ? CPC_AUTO_OFF_EN : 0U)); in mtk_cpc_init()
/rk3399_ARM-atf/plat/mediatek/mt8186/drivers/mcdi/
H A Dmt_cpu_pm_cpc.c15 int auto_off; member
178 cpc.auto_off = 1; in mtk_cpc_config()
181 cpc.auto_off = 0; in mtk_cpc_config()
215 res = cpc.auto_off; in mtk_cpc_read_config()
260 cpc.auto_off = 1; in mtk_cpc_init()
266 | (cpc.auto_off ? CPC_AUTO_OFF_EN : 0U)); in mtk_cpc_init()
/rk3399_ARM-atf/plat/mediatek/drivers/cpu_pm/cpcv5_4/
H A Dmt_cpu_pm_cpc.c62 cfg->auto_off = !!en; in mtk_cpc_auto_dormant_en()
666 .auto_off = 1, in mtk_cpc_init()
668 .auto_off = 0, in mtk_cpc_init()
688 mtk_cpc_auto_dormant_en(cfg.auto_off); in mtk_cpc_init()
H A Dmt_cpu_pm.c135 (plat_dev.auto_off) ? PPU_PWPR_MEM_RET : PPU_PWPR_OFF); in cpupm_cluster_resume_common()
646 (plat_dev.auto_off) ? in cpupm_cluster_suspend()
684 if (plat_dev.auto_off) { in cpupm_mcusys_suspend()
870 plat_dev.auto_off = config->auto_off; in mt_plat_cpu_pm_dev_update()
H A Dmt_cpu_pm.h296 int auto_off; member