Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/arm/
H A Dmpcore_timer.c136 #define TMR_PRV 0x02 macro
137 #define TMR_BOTH (TMR_GBL | TMR_PRV)
144 {"arm,cortex-a9-twd-timer", TMR_PRV},
145 {"arm,cortex-a5-twd-timer", TMR_PRV},
146 {"arm,arm11mp-twd-timer", TMR_PRV},
426 if (tmrtype & TMR_PRV) { in arm_tmr_attach()