Searched defs:amdsbwd_softc (Results 1 – 1 of 1) sorted by relevance
91 struct amdsbwd_softc { struct92 device_t dev;93 eventhandler_tag ev_tag;94 struct resource *res_ctrl;95 struct resource *res_count;96 int rid_ctrl;97 int rid_count;98 int ms_per_tick;99 int max_ticks;100 int active;[all …]