Searched refs:TCLR_AUTORELOAD (Results 1 - 8 of 8) sorted by relevance

/seL4-refos-master/kernel/src/drivers/timer/
H A Domap3430-timer.c19 #define TCLR_AUTORELOAD BIT(1) macro
54 timer->tclr = TCLR_AUTORELOAD | TCLR_STARTTIMER | TCLR_COMPAREENABLE;
77 timer->tclr = TCLR_AUTORELOAD | TCLR_STARTTIMER;
H A Dam335x-timer.c25 #define TCLR_AUTORELOAD BIT(1) macro
127 SET_REGISTER(timer->tclr, (TCLR_AUTORELOAD | TCLR_STARTTIMER | TCLR_COMPAREENABLE));
162 timer->tclr = TCLR_AUTORELOAD | TCLR_STARTTIMER;
/seL4-refos-master/libs/libplatsupport/src/plat/am335x/
H A Dtimer.c31 #define TCLR_AUTORELOAD BIT(1) macro
80 uint32_t tclrFlags = periodic ? TCLR_AUTORELOAD : 0;
130 dmt->hw->tclr = TCLR_STARTTIMER | TCLR_AUTORELOAD;
/seL4-refos-master/libs/libplatsupport/src/plat/fvp/
H A Dsp804.c31 #define TCLR_AUTORELOAD BIT(6) macro
97 int flags = periodic ? TCLR_AUTORELOAD : TCLR_ONESHOT;
104 if (flags & TCLR_AUTORELOAD) {
/seL4-refos-master/projects/util_libs/libplatsupport/src/plat/am335x/
H A Dtimer.c31 #define TCLR_AUTORELOAD BIT(1) macro
80 uint32_t tclrFlags = periodic ? TCLR_AUTORELOAD : 0;
130 dmt->hw->tclr = TCLR_STARTTIMER | TCLR_AUTORELOAD;
/seL4-refos-master/projects/util_libs/libplatsupport/src/plat/fvp/
H A Dsp804.c31 #define TCLR_AUTORELOAD BIT(6) macro
97 int flags = periodic ? TCLR_AUTORELOAD : TCLR_ONESHOT;
104 if (flags & TCLR_AUTORELOAD) {
/seL4-refos-master/libs/libplatsupport/src/plat/hikey/
H A Ddmt.c39 #define TCLR_AUTORELOAD BIT(6) macro
107 int flags = periodic ? TCLR_AUTORELOAD : TCLR_ONESHOT;
122 if (flags & TCLR_AUTORELOAD) {
/seL4-refos-master/projects/util_libs/libplatsupport/src/plat/hikey/
H A Ddmt.c39 #define TCLR_AUTORELOAD BIT(6) macro
107 int flags = periodic ? TCLR_AUTORELOAD : TCLR_ONESHOT;
122 if (flags & TCLR_AUTORELOAD) {

Completed in 29 milliseconds