Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/faraday/
H A Dftwdt010_wdt.h20 struct ftwdt010_wdt { struct
21 unsigned int wdcounter; /* Counter Reg - 0x00 */
22 unsigned int wdload; /* Counter Auto Reload Reg - 0x04 */
23 unsigned int wdrestart; /* Counter Restart Reg - 0x08 */
24 unsigned int wdcr; /* Control Reg - 0x0c */
25 unsigned int wdstatus; /* Status Reg - 0x10 */
26 unsigned int wdclear; /* Timer Clear - 0x14 */
27 unsigned int wdintrlen; /* Interrupt Length - 0x18 */
/OK3568_Linux_fs/kernel/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