Searched defs:wd_timer (Results 1 – 2 of 2) sorted by relevance
35 struct wd_timer { struct36 unsigned int resv1[4];37 unsigned int wdtwdsc; /* offset 0x010 */38 unsigned int wdtwdst; /* offset 0x014 */39 unsigned int wdtwisr; /* offset 0x018 */40 unsigned int wdtwier; /* offset 0x01C */41 unsigned int wdtwwer; /* offset 0x020 */42 unsigned int wdtwclr; /* offset 0x024 */43 unsigned int wdtwcrr; /* offset 0x028 */44 unsigned int wdtwldr; /* offset 0x02C */[all …]
277 struct omap_rproc_timer *wd_timer = NULL; in omap_rproc_watchdog_isr() local