Home
last modified time | relevance | path

Searched defs:aw_wdog_softc (Results 1 – 1 of 1) sorted by relevance

/src/sys/arm/allwinner/
H A Daw_wdog.c105 struct aw_wdog_softc { struct
106 device_t dev;
107 struct resource * res;
108 struct mtx mtx;
109 uint8_t wdog_ctrl;
110 uint32_t wdog_ctrl_key;
111 uint8_t wdog_mode;
112 uint32_t wdog_mode_key;
113 uint8_t wdog_mode_intvl_shift;
114 uint8_t wdog_mode_en;
[all …]