Searched refs:tbl_len (Results 1 – 4 of 4) sorted by relevance
/drivers/net/wireless/brcm80211/brcmsmac/phy/ |
D | phy_lcn.c | 988 const u16 *tbl_ptr, u32 tbl_len, in wlc_lcnphy_common_read_table() argument 994 tab.tbl_len = tbl_len; in wlc_lcnphy_common_read_table() 1002 const u16 *tbl_ptr, u32 tbl_len, in wlc_lcnphy_common_write_table() argument 1009 tab.tbl_len = tbl_len; in wlc_lcnphy_common_write_table() 1918 tab.tbl_len = 1; in wlc_lcnphy_get_bbmult() 1933 tab.tbl_len = 1; in wlc_lcnphy_set_bbmult() 1953 tab.tbl_len = 30; in wlc_lcnphy_clear_tx_power_offsets() 1958 tab.tbl_len = 64; in wlc_lcnphy_clear_tx_power_offsets() 2082 tab.tbl_len = 1; in wlc_lcnphy_tssi_setup() 2170 tab.tbl_len = 1; in wlc_lcnphy_tssi_setup() [all …]
|
D | phy_n.c | 14167 tbl.tbl_len = len; in wlc_phy_table_write_nphy() 14181 tbl.tbl_len = len; in wlc_phy_table_read_nphy() 17672 u32 tbl_id, tbl_len, tbl_offset; in wlc_phy_txpwrctrl_pwr_setup_nphy() local 17840 tbl_len = 64; in wlc_phy_txpwrctrl_pwr_setup_nphy() 17845 for (idx = 0; idx < tbl_len; idx++) { in wlc_phy_txpwrctrl_pwr_setup_nphy() 17860 wlc_phy_table_write_nphy(pi, tbl_id, tbl_len, tbl_offset, 32, in wlc_phy_txpwrctrl_pwr_setup_nphy() 18898 u32 tbl_id, tbl_len, tbl_offset; in wlc_phy_txpwrctrl_coeff_setup_nphy() local 18906 tbl_len = 128; in wlc_phy_txpwrctrl_coeff_setup_nphy() 18917 for (idx = 0; idx < tbl_len; idx++) in wlc_phy_txpwrctrl_coeff_setup_nphy() 18919 wlc_phy_table_write_nphy(pi, tbl_id, tbl_len, tbl_offset, 32, in wlc_phy_txpwrctrl_coeff_setup_nphy() [all …]
|
D | phy_int.h | 258 u32 tbl_len; member
|
D | phy_cmn.c | 883 for (idx = 0; idx < ptbl_info->tbl_len; idx++) { in wlc_phy_write_table() 920 for (idx = 0; idx < ptbl_info->tbl_len; idx++) { in wlc_phy_read_table()
|