Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/mediatek/drivers/timer/
H A Dmt_timer.h24 #define COMP_15_EN (1 << 10) macro
28 #define COMP_FEATURE_MASK (COMP_15_EN | COMP_20_EN | COMP_25_EN | TIEO_EN)
29 #define COMP_15_MASK (COMP_15_EN)
/rk3399_ARM-atf/plat/mediatek/mt8183/drivers/timer/
H A Dmt_timer.h15 #define COMP_15_EN (1 << 10) macro
H A Dmt_timer.c18 reg &= ~COMP_15_EN; in enable_systimer_compensation()