Home
last modified time | relevance | path

Searched refs:brcms_phy (Results 1 – 6 of 6) sorted by relevance

/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_int.h489 struct brcms_phy *phy_head;
535 void (*init)(struct brcms_phy *);
536 void (*calinit)(struct brcms_phy *);
537 void (*chanset)(struct brcms_phy *, u16 chanspec);
538 void (*txpwrrecalc)(struct brcms_phy *);
539 int (*longtrn)(struct brcms_phy *, int);
540 void (*txiqccget)(struct brcms_phy *, u16 *, u16 *);
541 void (*txiqccset)(struct brcms_phy *, u16, u16);
542 u16 (*txloccget)(struct brcms_phy *);
543 void (*radioloftget)(struct brcms_phy *, u8 *, u8 *, u8 *, u8 *);
[all …]
Dphy_cmn.c131 struct brcms_phy *pi = (struct brcms_phy *) pih; in wlc_phyreg_enter()
137 struct brcms_phy *pi = (struct brcms_phy *) pih; in wlc_phyreg_exit()
143 struct brcms_phy *pi = (struct brcms_phy *) pih; in wlc_radioreg_enter()
151 struct brcms_phy *pi = (struct brcms_phy *) pih; in wlc_radioreg_exit()
158 u16 read_radio_reg(struct brcms_phy *pi, u16 addr) in read_radio_reg()
199 void write_radio_reg(struct brcms_phy *pi, u16 addr, u16 val) in write_radio_reg()
219 static u32 read_radio_id(struct brcms_phy *pi) in read_radio_id()
245 void and_radio_reg(struct brcms_phy *pi, u16 addr, u16 val) in and_radio_reg()
253 void or_radio_reg(struct brcms_phy *pi, u16 addr, u16 val) in or_radio_reg()
261 void xor_radio_reg(struct brcms_phy *pi, u16 addr, u16 mask) in xor_radio_reg()
[all …]
Dphy_lcn.c976 void wlc_lcnphy_write_table(struct brcms_phy *pi, const struct phytbl_info *pti) in wlc_lcnphy_write_table()
981 void wlc_lcnphy_read_table(struct brcms_phy *pi, struct phytbl_info *pti) in wlc_lcnphy_read_table()
987 wlc_lcnphy_common_read_table(struct brcms_phy *pi, u32 tbl_id, in wlc_lcnphy_common_read_table()
1001 wlc_lcnphy_common_write_table(struct brcms_phy *pi, u32 tbl_id, in wlc_lcnphy_common_write_table()
1062 wlc_lcnphy_get_tx_gain(struct brcms_phy *pi, struct lcnphy_txgains *gains) in wlc_lcnphy_get_tx_gain()
1078 static void wlc_lcnphy_set_dac_gain(struct brcms_phy *pi, u16 dac_gain) in wlc_lcnphy_set_dac_gain()
1089 static void wlc_lcnphy_set_tx_gain_override(struct brcms_phy *pi, bool bEnable) in wlc_lcnphy_set_tx_gain_override()
1101 wlc_lcnphy_rx_gain_override_enable(struct brcms_phy *pi, bool enable) in wlc_lcnphy_rx_gain_override_enable()
1127 wlc_lcnphy_set_rx_gain_by_distribution(struct brcms_phy *pi, in wlc_lcnphy_set_rx_gain_by_distribution()
1162 static void wlc_lcnphy_set_trsw_override(struct brcms_phy *pi, bool tx, bool rx) in wlc_lcnphy_set_trsw_override()
[all …]
Dphy_n.c14124 struct brcms_phy *pi = (struct brcms_phy *) pih; in wlc_phy_bist_check_phy()
14143 static void wlc_phy_bphy_init_nphy(struct brcms_phy *pi) in wlc_phy_bphy_init_nphy()
14161 wlc_phy_table_write_nphy(struct brcms_phy *pi, u32 id, u32 len, u32 offset, in wlc_phy_table_write_nphy()
14175 wlc_phy_table_read_nphy(struct brcms_phy *pi, u32 id, u32 len, u32 offset, in wlc_phy_table_read_nphy()
14189 wlc_phy_static_table_download_nphy(struct brcms_phy *pi) in wlc_phy_static_table_download_nphy()
14212 static void wlc_phy_tbl_init_nphy(struct brcms_phy *pi) in wlc_phy_tbl_init_nphy()
14339 wlc_phy_write_txmacreg_nphy(struct brcms_phy *pi, u16 holdoff, u16 delay) in wlc_phy_write_txmacreg_nphy()
14345 void wlc_phy_nphy_tkip_rifs_war(struct brcms_phy *pi, u8 rifs) in wlc_phy_nphy_tkip_rifs_war()
14365 static void wlc_phy_txpwrctrl_config_nphy(struct brcms_phy *pi) in wlc_phy_txpwrctrl_config_nphy()
14385 static void wlc_phy_txpwr_srom_read_ppr_nphy(struct brcms_phy *pi) in wlc_phy_txpwr_srom_read_ppr_nphy()
[all …]
/drivers/net/wireless/brcm80211/brcmsmac/
Dphy_shim.h125 struct brcms_phy;
134 void (*fn) (struct brcms_phy *pi),
Dphy_shim.c60 void (*fn)(struct brcms_phy *pi), in wlapi_init_timer()