Lines Matching defs:IMX2WdtState
66 struct IMX2WdtState { struct
68 SysBusDevice parent_obj;
71 MemoryRegion mmio;
72 qemu_irq irq;
74 struct ptimer_state *timer;
75 struct ptimer_state *itimer;
77 bool pretimeout_support;
78 bool wicr_locked;
80 uint16_t wcr;
81 uint16_t wsr;
82 uint16_t wrsr;
83 uint16_t wicr;
84 uint16_t wmcr;
86 bool wcr_locked; /* affects WDZST, WDBG, and WDW */
87 bool wcr_wde_locked; /* affects WDE */
88 bool wcr_wdt_locked; /* affects WDT (never cleared) */