rtwn_softc
rtwn_calib(struct rtwn_softc *sc)
rtwn_next_scan(struct rtwn_softc *sc)
struct rtwn_softc *sc = ic->ic_softc;
void rtwn_write_1(struct rtwn_softc *, uint16_t, uint8_t);
void rtwn_write_2(struct rtwn_softc *, uint16_t, uint16_t);
void rtwn_write_4(struct rtwn_softc *, uint16_t, uint32_t);
uint8_t rtwn_read_1(struct rtwn_softc *, uint16_t);
uint16_t rtwn_read_2(struct rtwn_softc *, uint16_t);
uint32_t rtwn_read_4(struct rtwn_softc *, uint16_t);
int rtwn_fw_cmd(struct rtwn_softc *, uint8_t, const void *, int);
void rtwn_rf_write(struct rtwn_softc *, int, uint16_t, uint32_t);
uint32_t rtwn_rf_read(struct rtwn_softc *, int, uint8_t);
void rtwn_cam_write(struct rtwn_softc *, uint32_t, uint32_t);
uint8_t rtwn_efuse_read_1(struct rtwn_softc *, uint16_t);
void rtwn_efuse_read(struct rtwn_softc *, uint8_t *, size_t);
void rtwn_efuse_switch_power(struct rtwn_softc *);
struct rtwn_softc *sc = ic->ic_softc;
int rtwn_read_chipid(struct rtwn_softc *);
rtwn_r92c_update_short_preamble(struct rtwn_softc *sc)
void rtwn_read_rom(struct rtwn_softc *);
rtwn_r88e_update_short_preamble(struct rtwn_softc *sc)
void rtwn_r92c_read_rom(struct rtwn_softc *);
void rtwn_r92e_read_rom(struct rtwn_softc *);
struct rtwn_softc *sc = ic->ic_softc;
void rtwn_r88e_read_rom(struct rtwn_softc *);
struct rtwn_softc *sc = ic->ic_softc;
void rtwn_r88f_read_rom(struct rtwn_softc *);
void rtwn_r23a_read_rom(struct rtwn_softc *);
int rtwn_ra_init(struct rtwn_softc *);
int rtwn_r92c_ra_init(struct rtwn_softc *, u_int8_t, u_int32_t,
struct rtwn_softc *sc = ic->ic_softc;
int rtwn_r88e_ra_init(struct rtwn_softc *, u_int8_t, u_int32_t,
void rtwn_tsf_sync_enable(struct rtwn_softc *);
void rtwn_set_led(struct rtwn_softc *, int, int);
void rtwn_set_nettype(struct rtwn_softc *, enum ieee80211_opmode);
struct rtwn_softc *sc = ic->ic_softc;
void rtwn_r92c_update_short_preamble(struct rtwn_softc *);
rtwn_update_avgrssi(struct rtwn_softc *sc, int rate, int8_t rssi)
void rtwn_r88e_update_short_preamble(struct rtwn_softc *);
int8_t rtwn_r88e_get_rssi(struct rtwn_softc *, int, void *);
int8_t rtwn_r88f_get_rssi(struct rtwn_softc *, int, void *);
rtwn_get_rssi(struct rtwn_softc *sc, int rate, void *physt)
void rtwn_fw_reset(struct rtwn_softc *);
void rtwn_r92c_fw_reset(struct rtwn_softc *);
void rtwn_r88e_fw_reset(struct rtwn_softc *);
rtwn_r88e_get_rssi(struct rtwn_softc *sc, int rate, void *physt)
int rtwn_load_firmware(struct rtwn_softc *);
void rtwn_rf_init(struct rtwn_softc *);
rtwn_r88f_get_rssi(struct rtwn_softc *sc, int rate, void *physt)
void rtwn_cam_init(struct rtwn_softc *);
void rtwn_pa_bias_init(struct rtwn_softc *);
void rtwn_rxfilter_init(struct rtwn_softc *);
void rtwn_edca_init(struct rtwn_softc *);
void rtwn_rate_fallback_init(struct rtwn_softc *);
struct rtwn_softc *sc = ifp->if_softc;
void rtwn_write_txpower(struct rtwn_softc *, int, uint16_t *);
void rtwn_get_txpower(struct rtwn_softc *sc, int,
void rtwn_r92c_get_txpower(struct rtwn_softc *, int,
struct rtwn_softc *sc = ifp->if_softc;
struct rtwn_softc *sc = ifp->if_softc;
void rtwn_r92e_get_txpower(struct rtwn_softc *, int,
void rtwn_r88e_get_txpower(struct rtwn_softc *, int,
rtwn_fw_reset(struct rtwn_softc *sc)
rtwn_r92c_fw_reset(struct rtwn_softc *sc)
void rtwn_set_txpower(struct rtwn_softc *,
void rtwn_set_chan(struct rtwn_softc *,
rtwn_r88e_fw_reset(struct rtwn_softc *sc)
int rtwn_iq_calib_chain(struct rtwn_softc *, int, uint16_t[2],
rtwn_load_firmware(struct rtwn_softc *sc)
void rtwn_iq_calib_run(struct rtwn_softc *, int, uint16_t[2][2],
void rtwn_iq_calib_write_results(struct rtwn_softc *, uint16_t[2],
void rtwn_iq_calib(struct rtwn_softc *);
void rtwn_lc_calib(struct rtwn_softc *);
void rtwn_temp_calib(struct rtwn_softc *);
void rtwn_enable_intr(struct rtwn_softc *);
void rtwn_disable_intr(struct rtwn_softc *);
rtwn_rf_init(struct rtwn_softc *sc)
rtwn_cam_init(struct rtwn_softc *sc)
rtwn_pa_bias_init(struct rtwn_softc *sc)
rtwn_attach(struct device *pdev, struct rtwn_softc *sc)
rtwn_rxfilter_init(struct rtwn_softc *sc)
rtwn_edca_init(struct rtwn_softc *sc)
rtwn_rate_fallback_init(struct rtwn_softc *sc)
rtwn_write_txpower(struct rtwn_softc *sc, int chain,
rtwn_get_txpower(struct rtwn_softc *sc, int chain, struct ieee80211_channel *c,
rtwn_r92c_get_txpower(struct rtwn_softc *sc, int chain,
rtwn_r92e_get_txpower(struct rtwn_softc *sc, int chain,
rtwn_r88e_get_txpower(struct rtwn_softc *sc, int chain,
rtwn_set_txpower(struct rtwn_softc *sc, struct ieee80211_channel *c,
rtwn_set_chan(struct rtwn_softc *sc, struct ieee80211_channel *c,
rtwn_iq_calib_chain(struct rtwn_softc *sc, int chain, uint16_t tx[2],
rtwn_iq_calib_run(struct rtwn_softc *sc, int n, uint16_t tx[2][2],
rtwn_iq_calib_write_results(struct rtwn_softc *sc, uint16_t tx[2],
rtwn_iq_calib(struct rtwn_softc *sc)
rtwn_lc_calib(struct rtwn_softc *sc)
rtwn_temp_calib(struct rtwn_softc *sc)
rtwn_enable_intr(struct rtwn_softc *sc)
rtwn_disable_intr(struct rtwn_softc *sc)
struct rtwn_softc *sc = ifp->if_softc;
rtwn_detach(struct rtwn_softc *sc, int flags)
struct rtwn_softc *sc = arg1;
struct rtwn_softc *sc = ifp->if_softc;
rtwn_activate(struct rtwn_softc *sc, int act)
rtwn_write_1(struct rtwn_softc *sc, uint16_t addr, uint8_t val)
rtwn_write_2(struct rtwn_softc *sc, uint16_t addr, uint16_t val)
rtwn_write_4(struct rtwn_softc *sc, uint16_t addr, uint32_t val)
rtwn_read_1(struct rtwn_softc *sc, uint16_t addr)
rtwn_read_2(struct rtwn_softc *sc, uint16_t addr)
rtwn_read_4(struct rtwn_softc *sc, uint16_t addr)
rtwn_fw_cmd(struct rtwn_softc *sc, uint8_t id, const void *buf, int len)
rtwn_rf_write(struct rtwn_softc *sc, int chain, uint16_t addr, uint32_t val)
rtwn_rf_read(struct rtwn_softc *sc, int chain, uint8_t addr)
rtwn_cam_write(struct rtwn_softc *sc, uint32_t addr, uint32_t data)
rtwn_efuse_read_1(struct rtwn_softc *sc, uint16_t addr)
rtwn_efuse_read(struct rtwn_softc *sc, uint8_t *rom, size_t size)
rtwn_efuse_switch_power(struct rtwn_softc *sc)
rtwn_read_chipid(struct rtwn_softc *sc)
rtwn_read_rom(struct rtwn_softc *sc)
rtwn_r92c_read_rom(struct rtwn_softc *sc)
rtwn_r92e_read_rom(struct rtwn_softc *sc)
rtwn_r88e_read_rom(struct rtwn_softc *sc)
rtwn_r88f_read_rom(struct rtwn_softc *sc)
rtwn_r23a_read_rom(struct rtwn_softc *sc)
rtwn_ra_init(struct rtwn_softc *sc)
rtwn_r92c_ra_init(struct rtwn_softc *sc, u_int8_t mode, u_int32_t rates,
rtwn_r88e_ra_init(struct rtwn_softc *sc, u_int8_t mode, u_int32_t rates,
rtwn_tsf_sync_enable(struct rtwn_softc *sc)
rtwn_set_led(struct rtwn_softc *sc, int led, int on)
rtwn_set_nettype(struct rtwn_softc *sc, enum ieee80211_opmode opmode)
int rtwn_attach(struct device *, struct rtwn_softc *);
int rtwn_detach(struct rtwn_softc *, int);
int rtwn_activate(struct rtwn_softc *, int);
int8_t rtwn_get_rssi(struct rtwn_softc *, int, void *);
void rtwn_update_avgrssi(struct rtwn_softc *, int, int8_t);
void rtwn_calib(struct rtwn_softc *);
void rtwn_next_scan(struct rtwn_softc *);
void rtwn_fw_reset(struct rtwn_softc *);
struct rtwn_softc sc_sc;
struct rtwn_softc *sc_sc = ic->ic_softc;
struct rtwn_softc *sc_sc = ic->ic_softc;
struct rtwn_softc *sc_sc = ic->ic_softc;
struct rtwn_softc *sc_sc = ifp->if_softc;
struct rtwn_softc sc_sc;
struct rtwn_softc *sc_sc = ic->ic_softc;
struct rtwn_softc *sc_sc = ic->ic_softc;