OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wdcr
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/drivers/watchdog/
ftwdt010_wdt.c
34
if (readl(&wd->
wdcr
) & ~FTWDT010_WDCR_ENABLE) {
56
writel(0, &wd->
wdcr
);
62
writel((FTWDT010_WDCR_RST | FTWDT010_WDCR_ENABLE), &wd->
wdcr
);
77
writel(0, &wd->
wdcr
);
/external/u-boot/include/faraday/
ftwdt010_wdt.h
23
unsigned int
wdcr
; /* Control Reg - 0x0c */
member in struct:ftwdt010_wdt
44
/*
WDCR
- Watch Dog Timer Control Register */
55
* programmer just needs to write one to
WdCR
[WdClock] bit.
60
* just keep
WdCR
[WdClock] bit in its default value.
Completed in 50 milliseconds