OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wdload
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/include/faraday/
ftwdt010_wdt.h
21
unsigned int
wdload
; /* Counter Auto Reload Reg - 0x04 */
member in struct:ftwdt010_wdt
30
*
WDLOAD
- Counter Auto Reload Register
40
* automatically reload
WDLOAD
to WDCOUNTER and restart counting.
86
*
WDLOAD
= timeout * TIMEOUT_FACTOR.
/external/u-boot/drivers/watchdog/
ftwdt010_wdt.c
41
* if you set
WDLOAD
as 0x03EF1480 (66000000)
46
writel(reg, &wd->
wdload
);
Completed in 55 milliseconds