Searched refs:phytbl_info (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/phy/ |
D | phytbl_lcn.h | 20 extern const struct phytbl_info dot11lcnphytbl_rx_gain_info_rev0[]; 22 extern const struct phytbl_info dot11lcn_sw_ctrl_tbl_info_4313; 23 extern const struct phytbl_info dot11lcn_sw_ctrl_tbl_info_4313_bt_ipa; 24 extern const struct phytbl_info dot11lcn_sw_ctrl_tbl_info_4313_epa; 25 extern const struct phytbl_info dot11lcn_sw_ctrl_tbl_info_4313_epa_combo; 26 extern const struct phytbl_info dot11lcn_sw_ctrl_tbl_info_4313_bt_epa; 27 extern const struct phytbl_info dot11lcn_sw_ctrl_tbl_info_4313_bt_epa_p250; 29 extern const struct phytbl_info dot11lcnphytbl_info_rev0[]; 32 extern const struct phytbl_info dot11lcnphytbl_rx_gain_info_2G_rev2[]; 35 extern const struct phytbl_info dot11lcnphytbl_rx_gain_info_5G_rev2[]; [all …]
|
D | phytbl_lcn.c | 1508 const struct phytbl_info dot11lcnphytbl_rx_gain_info_rev0[] = { 1521 static const struct phytbl_info dot11lcnphytbl_rx_gain_info_rev1[] = { 1534 const struct phytbl_info dot11lcnphytbl_rx_gain_info_2G_rev2[] = { 1551 const struct phytbl_info dot11lcnphytbl_rx_gain_info_5G_rev2[] = { 1568 const struct phytbl_info dot11lcnphytbl_rx_gain_info_extlna_2G_rev2[] = { 1582 const struct phytbl_info dot11lcnphytbl_rx_gain_info_extlna_5G_rev2[] = { 2825 const struct phytbl_info dot11lcnphytbl_info_rev0[] = { 2873 const struct phytbl_info dot11lcn_sw_ctrl_tbl_info_4313 = { 2878 const struct phytbl_info dot11lcn_sw_ctrl_tbl_info_4313_bt_ipa = { 2883 const struct phytbl_info dot11lcn_sw_ctrl_tbl_info_4313_epa = { [all …]
|
D | phytbl_n.h | 22 extern const struct phytbl_info mimophytbl_info_rev0[], 28 extern const struct phytbl_info mimophytbl_info_rev3[], 42 extern const struct phytbl_info mimophytbl_info_rev7[]; 48 extern const struct phytbl_info mimophytbl_info_rev16[];
|
D | phytbl_n.c | 4439 const struct phytbl_info mimophytbl_info_rev0_volatile[] = { 4487 const struct phytbl_info mimophytbl_info_rev0[] = { 9365 const struct phytbl_info mimophytbl_info_rev3_volatile[] = { 9371 const struct phytbl_info mimophytbl_info_rev3_volatile1[] = { 9378 const struct phytbl_info mimophytbl_info_rev3_volatile2[] = { 9385 const struct phytbl_info mimophytbl_info_rev3_volatile3[] = { 9392 const struct phytbl_info mimophytbl_info_rev3[] = { 10471 const struct phytbl_info mimophytbl_info_rev7[] = { 10585 const struct phytbl_info mimophytbl_info_rev16[] = {
|
D | phy_lcn.c | 976 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() 991 struct phytbl_info tab; in wlc_lcnphy_common_read_table() 1006 struct phytbl_info tab; in wlc_lcnphy_common_write_table() 1965 struct phytbl_info tab; in wlc_lcnphy_get_bbmult() 1980 struct phytbl_info tab; in wlc_lcnphy_set_bbmult() 1993 struct phytbl_info tab; in wlc_lcnphy_clear_tx_power_offsets() 2137 struct phytbl_info tab; in wlc_lcnphy_tssi_setup() 2304 struct phytbl_info tab; in wlc_lcnphy_txpower_recalc_target() 2339 struct phytbl_info tab; in wlc_lcnphy_set_tx_pwr_soft_ctrl() [all …]
|
D | phy_int.h | 256 struct phytbl_info { struct 933 const struct phytbl_info *ptbl_info, 936 const struct phytbl_info *ptbl_info, 1024 const struct phytbl_info *pti); 1025 void wlc_lcnphy_read_table(struct brcms_phy *pi, struct phytbl_info *pti);
|
D | phy_cmn.c | 870 wlc_phy_write_table(struct brcms_phy *pi, const struct phytbl_info *ptbl_info, in wlc_phy_write_table() 907 wlc_phy_read_table(struct brcms_phy *pi, const struct phytbl_info *ptbl_info, in wlc_phy_read_table()
|
D | phy_n.c | 14164 struct phytbl_info tbl; in wlc_phy_table_write_nphy() 14178 struct phytbl_info tbl; in wlc_phy_table_read_nphy()
|