Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/mediatek/drivers/timer/
Dmt_timer.h19 #define COMP_15_EN (1 << 10) macro
23 #define COMP_FEATURE_MASK (COMP_15_EN | COMP_20_EN | COMP_25_EN | TIEO_EN)
24 #define COMP_15_MASK (COMP_15_EN)
/trusted-firmware-a-latest/plat/mediatek/mt8183/drivers/timer/
Dmt_timer.h15 #define COMP_15_EN (1 << 10) macro
Dmt_timer.c18 reg &= ~COMP_15_EN; in enable_systimer_compensation()