Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/ic/
H A Dacxvar.h333 struct acx_softc { struct
338 struct device sc_dev;
339 struct ieee80211com sc_ic;
341 struct timeout sc_chanscan_timer;
342 uint32_t sc_flags; /* see ACX_FLAG_ */
366 int (*sc_enable)(struct acx_softc *); argument
367 void (*sc_disable)(struct acx_softc *); argument
368 void (*sc_power)(struct acx_softc *, int); argument
370 uint32_t sc_cmd; /* cmd reg (MMIO 2) */
371 uint32_t sc_cmd_param; /* cmd param reg (MMIO 2) */
[all …]