Searched defs:aw_wdog_softc (Results 1 – 1 of 1) sorted by relevance
91 struct aw_wdog_softc { struct92 device_t dev;93 struct resource * res;94 struct mtx mtx;95 uint8_t wdog_ctrl;96 uint32_t wdog_ctrl_key;97 uint8_t wdog_mode;98 uint8_t wdog_mode_intvl_shift;99 uint8_t wdog_mode_en;100 uint8_t wdog_config;[all …]