Lines Matching refs:athn_softc

69 Static void	ar9380_get_correction(struct athn_softc *,
71 Static void ar9380_get_paprd_masks(struct athn_softc *,
74 ar9380_get_rom_template(struct athn_softc *, uint8_t);
75 Static void ar9380_init_from_rom(struct athn_softc *,
77 Static void ar9380_set_correction(struct athn_softc *,
79 Static int ar9380_set_synth(struct athn_softc *,
81 Static void ar9380_set_txpower(struct athn_softc *,
83 Static void ar9380_setup(struct athn_softc *);
84 Static void ar9380_spur_mitigate(struct athn_softc *,
86 Static void ar9380_spur_mitigate_cck(struct athn_softc *,
88 Static void ar9380_spur_mitigate_ofdm(struct athn_softc *,
90 Static void ar9380_swap_rom(struct athn_softc *);
92 Static void ar9485_init_swreg(struct athn_softc *);
94 Static int ar9485_pmu_write(struct athn_softc *, uint32_t, uint32_t);
97 Static void ar9380_init_swreg(struct athn_softc *);
101 ar9380_attach(struct athn_softc *sc) in ar9380_attach()
130 ar9380_setup(struct athn_softc *sc) in ar9380_setup()
206 ar9380_get_rom_template(struct athn_softc *sc, uint8_t ref) in ar9380_get_rom_template()
218 ar9380_swap_rom(struct athn_softc *sc) in ar9380_swap_rom()
249 ar9380_get_paprd_masks(struct athn_softc *sc, struct ieee80211_channel *c, in ar9380_get_paprd_masks()
264 ar9380_set_synth(struct athn_softc *sc, struct ieee80211_channel *c, in ar9380_set_synth()
300 ar9380_init_from_rom(struct athn_softc *sc, struct ieee80211_channel *c, in ar9380_init_from_rom()
456 ar9380_init_swreg(struct athn_softc *sc) in ar9380_init_swreg()
475 ar9485_pmu_write(struct athn_softc *sc, uint32_t addr, uint32_t val) in ar9485_pmu_write()
492 ar9485_init_swreg(struct athn_softc *sc) in ar9485_init_swreg()
520 ar9380_spur_mitigate_cck(struct athn_softc *sc, struct ieee80211_channel *c, in ar9380_spur_mitigate_cck()
561 ar9380_spur_mitigate_ofdm(struct athn_softc *sc, struct ieee80211_channel *c, in ar9380_spur_mitigate_ofdm()
707 ar9380_spur_mitigate(struct athn_softc *sc, struct ieee80211_channel *c, in ar9380_spur_mitigate()
717 ar9380_set_txpower(struct athn_softc *sc, struct ieee80211_channel *c, in ar9380_set_txpower()
831 ar9380_get_correction(struct athn_softc *sc, struct ieee80211_channel *c, in ar9380_get_correction()
863 ar9380_set_correction(struct athn_softc *sc, struct ieee80211_channel *c) in ar9380_set_correction()