HomeSort by: relevance | last modified time | path
    Searched refs:TMR_GBL_CTL (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/cortex/
a9tmr_reg.h 81 #define TMR_GBL_CTL 0x008 // Global Timer Control
a9tmr.c 154 a9tmr_global_write(sc, TMR_GBL_CTL, TMR_CTL_ENABLE);
194 uint32_t ctl = a9tmr_global_read(sc, TMR_GBL_CTL);
196 a9tmr_global_write(sc, TMR_GBL_CTL,
213 a9tmr_global_write(sc, TMR_GBL_CTL, ctl);
217 a9tmr_global_read(sc, TMR_GBL_CTL),

Completed in 32 milliseconds