Lines Matching refs:athn_softc
79 Static int ar9285_cl_cal(struct athn_softc *, struct ieee80211_channel *,
81 Static void ar9285_get_pdadcs(struct athn_softc *,
85 ar9285_get_spur_chans(struct athn_softc *, int);
86 Static void ar9285_init_from_rom(struct athn_softc *,
88 Static void ar9285_set_power_calib(struct athn_softc *,
90 Static void ar9285_set_txpower(struct athn_softc *,
92 Static void ar9285_setup(struct athn_softc *);
93 Static void ar9285_swap_rom(struct athn_softc *);
96 ar9285_attach(struct athn_softc *sc) in ar9285_attach()
124 ar9285_setup(struct athn_softc *sc) in ar9285_setup()
156 ar9285_swap_rom(struct athn_softc *sc) in ar9285_swap_rom()
173 ar9285_get_spur_chans(struct athn_softc *sc, int is2ghz) in ar9285_get_spur_chans()
182 ar9285_init_from_rom(struct athn_softc *sc, struct ieee80211_channel *c, in ar9285_init_from_rom()
400 ar9285_pa_calib(struct athn_softc *sc) in ar9285_pa_calib()
503 ar9271_pa_calib(struct athn_softc *sc) in ar9271_pa_calib()
588 ar9285_cl_cal(struct athn_softc *sc, struct ieee80211_channel *c, in ar9285_cl_cal()
635 ar9271_load_ani(struct athn_softc *sc) in ar9271_load_ani()
653 ar9285_init_calib(struct athn_softc *sc, struct ieee80211_channel *c, in ar9285_init_calib()
707 ar9285_get_pdadcs(struct athn_softc *sc, struct ieee80211_channel *c, in ar9285_get_pdadcs()
738 ar9285_set_power_calib(struct athn_softc *sc, struct ieee80211_channel *c) in ar9285_set_power_calib()
792 ar9285_set_txpower(struct athn_softc *sc, struct ieee80211_channel *c, in ar9285_set_txpower()