Searched refs:tclr (Results 1 - 11 of 11) sorted by relevance

/seL4-refos-master/libs/libplatsupport/src/plat/am335x/
H A Dtimer.c44 dmt->hw->tclr = 0;
59 dmt->hw->tclr = dmt->hw->tclr & ~TCLR_STARTTIMER;
68 dmt->hw->tclr = dmt->hw->tclr | TCLR_STARTTIMER;
77 dmt->hw->tclr = 0; /* stop */
101 dmt->hw->tclr = TCLR_STARTTIMER | tclrFlags;
111 dmt->hw->tclr = 0;
130 dmt->hw->tclr = TCLR_STARTTIMER | TCLR_AUTORELOAD;
/seL4-refos-master/projects/util_libs/libplatsupport/src/plat/am335x/
H A Dtimer.c44 dmt->hw->tclr = 0;
59 dmt->hw->tclr = dmt->hw->tclr & ~TCLR_STARTTIMER;
68 dmt->hw->tclr = dmt->hw->tclr | TCLR_STARTTIMER;
77 dmt->hw->tclr = 0; /* stop */
101 dmt->hw->tclr = TCLR_STARTTIMER | tclrFlags;
111 dmt->hw->tclr = 0;
130 dmt->hw->tclr = TCLR_STARTTIMER | TCLR_AUTORELOAD;
/seL4-refos-master/kernel/src/drivers/timer/
H A Domap3430-timer.c37 timer->tclr = 0;
54 timer->tclr = TCLR_AUTORELOAD | TCLR_STARTTIMER | TCLR_COMPAREENABLE;
77 timer->tclr = TCLR_AUTORELOAD | TCLR_STARTTIMER;
H A Dam335x-timer.c105 SET_REGISTER(timer->tclr, 0u);
127 SET_REGISTER(timer->tclr, (TCLR_AUTORELOAD | TCLR_STARTTIMER | TCLR_COMPAREENABLE));
162 timer->tclr = TCLR_AUTORELOAD | TCLR_STARTTIMER;
/seL4-refos-master/libs/libplatsupport/src/mach/omap/
H A Dgpt.c151 uint32_t tclr; // GPTIMER_TCLR 0x24 member in struct:gpt_map
170 gpt->gpt_map->tclr |= BIT(ST);
177 gpt->gpt_map->tclr &= ~BIT(ST);
236 gpt->gpt_map->tclr = 0;
245 gpt->gpt_map->tclr = (gpt->prescaler << PTV); /* Set the prescaler */
246 gpt->gpt_map->tclr |= BIT(PRE); /* Enable the prescaler */
288 gpt->gpt_map->tclr |= (reload | BIT(ST));
342 gpt->gpt_map->tclr |= (BIT(CE) | BIT(AR));
/seL4-refos-master/projects/util_libs/libplatsupport/src/mach/omap/
H A Dgpt.c151 uint32_t tclr; // GPTIMER_TCLR 0x24 member in struct:gpt_map
170 gpt->gpt_map->tclr |= BIT(ST);
177 gpt->gpt_map->tclr &= ~BIT(ST);
236 gpt->gpt_map->tclr = 0;
245 gpt->gpt_map->tclr = (gpt->prescaler << PTV); /* Set the prescaler */
246 gpt->gpt_map->tclr |= BIT(PRE); /* Enable the prescaler */
288 gpt->gpt_map->tclr |= (reload | BIT(ST));
342 gpt->gpt_map->tclr |= (BIT(CE) | BIT(AR));
/seL4-refos-master/kernel/include/drivers/timer/
H A Dam335x.h25 uint32_t tclr; // 38h TCLR Timer Control Register member in struct:timer
H A Domap3430.h22 uint32_t tclr; /* GPTIMER_TCLR 0x24 */ member in struct:timer
/seL4-refos-master/libs/libplatsupport/plat_include/am335x/platsupport/plat/
H A Dtimer.h50 uint32_t tclr; // 38h TCLR Timer Control Register member in struct:dmt_map
/seL4-refos-master/projects/util_libs/libplatsupport/plat_include/am335x/platsupport/plat/
H A Dtimer.h50 uint32_t tclr; // 38h TCLR Timer Control Register member in struct:dmt_map
/seL4-refos-master/projects/util_libs/libethdrivers/plat_include/am335x/ethdrivers/plat/
H A Ddmtimer.h180 unsigned int tclr; member in struct:dmtimerContext

Completed in 47 milliseconds