OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reload_val
(Results
1 - 4
of
4
) sorted by null
/external/u-boot/arch/arm/include/asm/arch-aspeed/
timer.h
33
u32
reload_val
;
member in struct:ast_timer_counter
/external/u-boot/arch/arm/cpu/armv7m/
systick-timer.c
34
uint32_t
reload_val
;
member in struct:cm3_systick
61
writel(TIMER_MAX_VAL, &systick->
reload_val
);
/external/u-boot/drivers/timer/
rockchip_timer.c
114
const uint64_t
reload_val
= ~0uLL;
local
115
const uint32_t reload_val_l =
reload_val
& 0xffffffff;
116
const uint32_t reload_val_h =
reload_val
>> 32;
ast_timer.c
35
writel(AST_TMC_RELOAD_VAL, &priv->tmc->
reload_val
);
38
* Stop the timer. This will also load
reload_val
into
Completed in 538 milliseconds