Searched defs:ftwdt010_wdt (Results 1 – 2 of 2) sorted by relevance
20 struct ftwdt010_wdt { struct21 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 */
37 struct ftwdt010_wdt { struct45 struct ftwdt010_wdt *to_ftwdt010_wdt(struct watchdog_device *wdd) in to_ftwdt010_wdt() argument