Searched defs:wd_timer (Results 1 – 3 of 3) sorted by relevance
34 struct wd_timer { struct35 unsigned int resv1[4];36 unsigned int wdtwdsc; /* offset 0x010 */37 unsigned int wdtwdst; /* offset 0x014 */38 unsigned int wdtwisr; /* offset 0x018 */39 unsigned int wdtwier; /* offset 0x01C */40 unsigned int wdtwwer; /* offset 0x020 */41 unsigned int wdtwclr; /* offset 0x024 */46 unsigned int resv2[3];49 unsigned int resv3[1];[all …]
53 QEMUTimer *wd_timer; member
278 struct omap_rproc_timer *wd_timer = NULL; in omap_rproc_watchdog_isr() local