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

/seL4-refos-master/kernel/src/drivers/timer/
H A Domap3430-timer.c45 timer->tldr = 0u;
68 timer->tldr = 0xFFFFFFFFUL - TIMER_RELOAD;
H A Dam335x-timer.c118 SET_REGISTER(timer->tldr, 0u);
153 timer->tldr = 0xFFFFFFFFUL - TIMER_RELOAD;
/seL4-refos-master/kernel/include/drivers/timer/
H A Dam335x.h27 uint32_t tldr; // 40h TLDR Timer Load Register member in struct:timer
H A Domap3430.h24 uint32_t tldr; /* GPTIMER_TLDR 0x2C */ member in struct:timer
/seL4-refos-master/libs/libplatsupport/plat_include/am335x/platsupport/plat/
H A Dtimer.h52 uint32_t tldr; // 40h TLDR Timer Load Register member in struct:dmt_map
/seL4-refos-master/projects/util_libs/libplatsupport/plat_include/am335x/platsupport/plat/
H A Dtimer.h52 uint32_t tldr; // 40h TLDR Timer Load Register member in struct:dmt_map
/seL4-refos-master/libs/libplatsupport/src/plat/am335x/
H A Dtimer.c94 dmt->hw->tldr = 0xffffffff - (ticks);
118 dmt->hw->tldr = 0x0;
/seL4-refos-master/projects/util_libs/libplatsupport/src/plat/am335x/
H A Dtimer.c94 dmt->hw->tldr = 0xffffffff - (ticks);
118 dmt->hw->tldr = 0x0;
/seL4-refos-master/projects/util_libs/libethdrivers/plat_include/am335x/ethdrivers/plat/
H A Ddmtimer.h176 unsigned int tldr; member in struct:dmtimerContext
/seL4-refos-master/libs/libplatsupport/src/mach/omap/
H A Dgpt.c153 uint32_t tldr; // GPTIMER_TLDR 0x2C member in struct:gpt_map
278 gpt->gpt_map->tldr = (uint32_t) ticks;
334 gpt->gpt_map->tldr = 0u;
/seL4-refos-master/projects/util_libs/libplatsupport/src/mach/omap/
H A Dgpt.c153 uint32_t tldr; // GPTIMER_TLDR 0x2C member in struct:gpt_map
278 gpt->gpt_map->tldr = (uint32_t) ticks;
334 gpt->gpt_map->tldr = 0u;

Completed in 44 milliseconds