Searched defs:athn_ops (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/sys/dev/ic/ |
H A D | athnvar.h | 360 struct athn_ops { struct 362 uint32_t (*read)(struct athn_softc *, uint32_t); 363 void (*write)(struct athn_softc *, uint32_t, uint32_t); 364 void (*write_barrier)(struct athn_softc *); 366 void (*setup)(struct athn_softc *); 367 void (*set_txpower)(struct athn_softc *, struct ieee80211_channel *, 369 void (*spur_mitigate)(struct athn_softc *, 372 (*get_spur_chans)(struct athn_softc *, int); 373 void (*init_from_rom)(struct athn_softc *, 375 int (*set_synth)(struct athn_softc *, struct ieee80211_channel *, [all …]
|