Home
last modified time | relevance | path

Searched refs:TICKS_TO_US (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/plat/mediatek/drivers/cpu_pm/cpcv3_2/
H A Dmt_cpu_pm_cpc.h84 #define TICKS_TO_US(tick) ((tick) / 13) macro
H A Dmt_cpu_pm_cpc.c194 res = TICKS_TO_US(cpc.auto_thres_tick); in mtk_cpc_read_config()
/rk3399_ARM-atf/plat/mediatek/drivers/cpu_pm/cpcv5_4/
H A Dmt_cpu_pm_cpc.h120 #define TICKS_TO_US(tick) ((tick) / 26) macro