Home
last modified time | relevance | path

Searched defs:ftwdt010_wdt (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/faraday/
H A Dftwdt010_wdt.h19 struct ftwdt010_wdt { struct
20 unsigned int wdcounter; /* Counter Reg - 0x00 */
21 unsigned int wdload; /* Counter Auto Reload Reg - 0x04 */
22 unsigned int wdrestart; /* Counter Restart Reg - 0x08 */
23 unsigned int wdcr; /* Control Reg - 0x0c */
24 unsigned int wdstatus; /* Status Reg - 0x10 */
25 unsigned int wdclear; /* Timer Clear - 0x14 */
26 unsigned int wdintrlen; /* Interrupt Length - 0x18 */
/openbmc/linux/drivers/watchdog/
H A Dftwdt010_wdt.c37 struct ftwdt010_wdt { struct
45 struct ftwdt010_wdt *to_ftwdt010_wdt(struct watchdog_device *wdd) in to_ftwdt010_wdt() argument