Searched defs:imx_wdog_softc (Results 1 – 1 of 1) sorted by relevance
58 struct imx_wdog_softc { struct59 struct mtx sc_mtx;60 device_t sc_dev;61 struct resource *sc_res[2];62 void *sc_ih;63 uint32_t sc_timeout;64 bool sc_pde_enabled;