OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:timer0
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/arch/arm/cpu/arm926ejs/lpc32xx/
timer.c
12
static struct timer_regs *
timer0
= (struct timer_regs *)TIMER0_BASE;
variable in typeref:struct:timer_regs
49
lpc32xx_timer_reset(
timer0
, CONFIG_SYS_HZ);
50
lpc32xx_timer_count(
timer0
, 1);
57
return readl(&
timer0
->tc) - base;
/external/u-boot/drivers/bios_emulator/include/
biosemu.h
80
timer0
- Latched value for timer 0
92
u32
timer0
;
member in struct:__anon47177
Completed in 450 milliseconds