Searched defs:aw_wdog_softc (Results 1 – 1 of 1) sorted by relevance
98 struct aw_wdog_softc { struct99 device_t dev;100 struct resource * res;101 struct mtx mtx;102 uint8_t wdog_ctrl;103 uint32_t wdog_ctrl_key;104 uint8_t wdog_mode;105 uint32_t wdog_mode_key;106 uint8_t wdog_mode_intvl_shift;107 uint8_t wdog_mode_en;[all …]