Searched defs:athn_ops (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/dev/ic/ |
H A D | athnvar.h | 384 struct athn_ops { struct 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 *, 396 (*get_spur_chans)(struct athn_softc *, int); 397 void (*init_from_rom)(struct athn_softc *, 399 int (*set_synth)(struct athn_softc *, struct ieee80211_channel *, [all …]
|