Home
last modified time | relevance | path

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

/trusted-firmware-a-3.7.0/plat/mediatek/mt8186/drivers/mcdi/
Dmt_cpu_pm_cpc.c16 unsigned int auto_thres_tick; member
186 cpc.auto_thres_tick = us_to_ticks(data); in mtk_cpc_config()
187 val = cpc.auto_thres_tick; in mtk_cpc_config()
218 res = ticks_to_us(cpc.auto_thres_tick); in mtk_cpc_read_config()
261 cpc.auto_thres_tick = us_to_ticks(8000); in mtk_cpc_init()
268 mmio_write_32(CPC_MCUSYS_CPC_OFF_THRES, cpc.auto_thres_tick); in mtk_cpc_init()
/trusted-firmware-a-3.7.0/plat/mediatek/mt8192/drivers/mcdi/
Dmt_cpu_pm_cpc.c16 unsigned int auto_thres_tick; member
186 cpc.auto_thres_tick = us_to_ticks(data); in mtk_cpc_config()
187 val = cpc.auto_thres_tick; in mtk_cpc_config()
218 res = ticks_to_us(cpc.auto_thres_tick); in mtk_cpc_read_config()
261 cpc.auto_thres_tick = us_to_ticks(8000); in mtk_cpc_init()
268 mmio_write_32(CPC_MCUSYS_CPC_OFF_THRES, cpc.auto_thres_tick); in mtk_cpc_init()
/trusted-firmware-a-3.7.0/plat/mediatek/mt8195/drivers/mcdi/
Dmt_cpu_pm_cpc.c16 unsigned int auto_thres_tick; member
186 cpc.auto_thres_tick = us_to_ticks(data); in mtk_cpc_config()
187 val = cpc.auto_thres_tick; in mtk_cpc_config()
218 res = ticks_to_us(cpc.auto_thres_tick); in mtk_cpc_read_config()
261 cpc.auto_thres_tick = us_to_ticks(8000); in mtk_cpc_init()
268 mmio_write_32(CPC_MCUSYS_CPC_OFF_THRES, cpc.auto_thres_tick); in mtk_cpc_init()
/trusted-firmware-a-3.7.0/plat/mediatek/drivers/cpu_pm/cpcv3_2/
Dmt_cpu_pm_cpc.c18 unsigned int auto_thres_tick; member
168 cpc.auto_thres_tick = US_TO_TICKS(data); in mtk_cpc_config()
169 mmio_write_32(CPC_MCUSYS_CPC_OFF_THRES, cpc.auto_thres_tick); in mtk_cpc_config()
194 res = TICKS_TO_US(cpc.auto_thres_tick); in mtk_cpc_read_config()