Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/mediatek/drivers/cpu_pm/cpcv3_2/
H A Dmt_cpu_pm_cpc.h83 #define US_TO_TICKS(us) ((us) * 13) macro
H A Dmt_cpu_pm_cpc.c168 cpc.auto_thres_tick = US_TO_TICKS(data); in mtk_cpc_config()
/rk3399_ARM-atf/plat/mediatek/drivers/cpu_pm/cpcv5_4/
H A Dmt_cpu_pm_cpc.h119 #define US_TO_TICKS(us) ((us) * 26) macro
H A Dmt_cpu_pm_cpc.c71 mmio_write_32(CPC_MCUSYS_CPC_OFF_THRES, US_TO_TICKS(us)); in mtk_cpc_auto_dormant_tick()