Home
last modified time | relevance | path

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

/freebsd/sys/arm/arm/
H A Dmpcore_timer.c133 #define TMR_PRV 0x02 macro
134 #define TMR_BOTH (TMR_GBL | TMR_PRV)
141 {"arm,cortex-a9-twd-timer", TMR_PRV},
142 {"arm,cortex-a5-twd-timer", TMR_PRV},
143 {"arm,arm11mp-twd-timer", TMR_PRV},
423 if (tmrtype & TMR_PRV) { in arm_tmr_attach()