HomeSort by: relevance | last modified time | path
    Searched defs:athn_softc (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ic/
athnvar.h 35 #define ATHN_SOFTC(sc) ((struct athn_softc *)(sc))
51 device_xname(ATHN_SOFTC(s)->sc_dev), __func__); \
382 struct athn_softc;
386 uint32_t (*read)(struct athn_softc *, uint32_t);
387 void (*write)(struct athn_softc *, uint32_t, uint32_t);
388 void (*write_barrier)(struct athn_softc *);
390 void (*setup)(struct athn_softc *);
391 void (*set_txpower)(struct athn_softc *, struct ieee80211_channel *,
393 void (*spur_mitigate)(struct athn_softc *,
454 struct athn_softc { struct
    [all...]

Completed in 129 milliseconds