Lines Matching refs:rtwn_softc

43 void	r92c_detach_private(struct rtwn_softc *);
44 void r92c_read_chipid_vendor(struct rtwn_softc *, uint32_t);
47 void r92c_beacon_init(struct rtwn_softc *, void *, int);
48 void r92c_beacon_enable(struct rtwn_softc *, int, int);
49 void r92c_sta_beacon_enable(struct rtwn_softc *, int, bool);
52 void r92c_iq_calib(struct rtwn_softc *);
53 void r92c_lc_calib(struct rtwn_softc *);
54 void r92c_temp_measure(struct rtwn_softc *);
55 uint8_t r92c_temp_read(struct rtwn_softc *);
58 void r92c_dump_txpower(struct rtwn_softc *, int, uint8_t[RTWN_RIDX_COUNT]);
59 void r92c_get_txpower(struct rtwn_softc *, int,
61 void r92c_write_txpower(struct rtwn_softc *, int,
63 int r92c_set_tx_power(struct rtwn_softc *, struct ieee80211vap *);
64 void r92c_set_bw20(struct rtwn_softc *, uint8_t);
65 void r92c_set_chan(struct rtwn_softc *, struct ieee80211_channel *);
66 void r92c_set_gain(struct rtwn_softc *, uint8_t);
72 void r92c_fw_reset(struct rtwn_softc *, int);
73 void r92c_fw_download_enable(struct rtwn_softc *, int);
75 void r92c_joinbss_rpt(struct rtwn_softc *, int);
77 int r92c_set_rsvd_page(struct rtwn_softc *, int, int, int);
78 int r92c_set_pwrmode(struct rtwn_softc *, struct ieee80211vap *, int);
79 void r92c_set_rssi(struct rtwn_softc *);
84 int r92c_check_condition(struct rtwn_softc *, const uint8_t[]);
85 int r92c_llt_init(struct rtwn_softc *);
86 int r92c_set_page_size(struct rtwn_softc *);
87 void r92c_init_bb_common(struct rtwn_softc *);
88 int r92c_init_rf_chain(struct rtwn_softc *,
90 void r92c_init_rf(struct rtwn_softc *);
91 void r92c_init_edca(struct rtwn_softc *);
92 void r92c_init_ampdu(struct rtwn_softc *);
93 void r92c_init_antsel(struct rtwn_softc *);
94 void r92c_pa_bias_init(struct rtwn_softc *);
97 int r92c_llt_write(struct rtwn_softc *, uint32_t, uint32_t);
100 uint32_t r92c_rf_read(struct rtwn_softc *, int, uint8_t);
101 void r92c_rf_write(struct rtwn_softc *, int, uint8_t, uint32_t);
104 void r92c_efuse_postread(struct rtwn_softc *);
105 void r92c_parse_rom(struct rtwn_softc *, uint8_t *);
108 int r92c_classify_intr(struct rtwn_softc *, void *, int);
109 int8_t r92c_get_rssi_cck(struct rtwn_softc *, void *);
110 int8_t r92c_get_rssi_ofdm(struct rtwn_softc *, void *);
112 void r92c_get_rx_stats(struct rtwn_softc *, struct ieee80211_rx_stats *,
119 void r92c_fill_tx_desc(struct rtwn_softc *, struct ieee80211_node *,
121 void r92c_fill_tx_desc_raw(struct rtwn_softc *, struct ieee80211_node *,
123 void r92c_fill_tx_desc_null(struct rtwn_softc *, void *, int, int, int);