Searched refs:tbl_offset (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/phy/ |
D | wlc_phy_lcn.c | 1053 u32 tbl_width, u32 tbl_offset) in wlc_lcnphy_common_read_table() argument 1060 tab.tbl_offset = tbl_offset; in wlc_lcnphy_common_read_table() 1067 u32 tbl_width, u32 tbl_offset) in wlc_lcnphy_common_write_table() argument 1075 tab.tbl_offset = tbl_offset; in wlc_lcnphy_common_write_table() 1323 tab.tbl_offset = 87; in wlc_lcnphy_set_bbmult() 1342 tab.tbl_offset = LCNPHY_TX_PWR_CTRL_RATE_OFFSET; in wlc_lcnphy_clear_tx_power_offsets() 1347 tab.tbl_offset = LCNPHY_TX_PWR_CTRL_MAC_OFFSET; in wlc_lcnphy_clear_tx_power_offsets() 1470 tab.tbl_offset = 0; in wlc_lcnphy_tssi_setup() 1473 tab.tbl_offset++; in wlc_lcnphy_tssi_setup() 1475 tab.tbl_offset = 704; in wlc_lcnphy_tssi_setup() [all …]
|
D | wlc_phy_cmn.c | 1054 wlc_phy_table_addr(phy_info_t *pi, uint tbl_id, uint tbl_offset, in wlc_phy_table_addr() argument 1057 write_phy_reg(pi, tblAddr, (tbl_id << 10) | tbl_offset); in wlc_phy_table_addr() 1067 pi->tbl_save_offset = tbl_offset; in wlc_phy_table_addr() 1102 uint tbl_offset = ptbl_info->tbl_offset; in wlc_phy_write_table() local 1110 write_phy_reg(pi, tblAddr, (tbl_id << 10) | tbl_offset); in wlc_phy_write_table() 1121 (tbl_id << 10) | (tbl_offset + idx)); in wlc_phy_write_table() 1145 uint tbl_offset = ptbl_info->tbl_offset; in wlc_phy_read_table() local 1153 write_phy_reg(pi, tblAddr, (tbl_id << 10) | tbl_offset); in wlc_phy_read_table() 1163 (tbl_id << 10) | (tbl_offset + idx)); in wlc_phy_read_table()
|
D | wlc_phy_hal.h | 254 extern s8 wlc_phy_get_tx_power_offset(wlc_phy_t *ppi, u8 tbl_offset);
|
D | wlc_phy_int.h | 298 u32 tbl_offset; member 1017 extern void wlc_phy_table_addr(phy_info_t *pi, uint tbl_id, uint tbl_offset,
|
D | wlc_phy_n.c | 14255 tbl.tbl_offset = offset; in wlc_phy_table_write_nphy() 14269 tbl.tbl_offset = offset; in wlc_phy_table_read_nphy() 28238 u32 tbl_id, tbl_len, tbl_offset; in wlc_phy_txpwrctrl_coeff_setup_nphy() local 28247 tbl_offset = 320; in wlc_phy_txpwrctrl_coeff_setup_nphy() 28260 wlc_phy_table_write_nphy(pi, tbl_id, tbl_len, tbl_offset, 32, in wlc_phy_txpwrctrl_coeff_setup_nphy() 28264 tbl_offset = 448; in wlc_phy_txpwrctrl_coeff_setup_nphy() 28288 wlc_phy_table_write_nphy(pi, tbl_id, tbl_len, tbl_offset, 32, in wlc_phy_txpwrctrl_coeff_setup_nphy() 28486 u32 tbl_id, tbl_len, tbl_offset; in wlc_phy_txpwrctrl_pwr_setup_nphy() local 28682 tbl_offset = 0; in wlc_phy_txpwrctrl_pwr_setup_nphy() 28701 wlc_phy_table_write_nphy(pi, tbl_id, tbl_len, tbl_offset, 32, in wlc_phy_txpwrctrl_pwr_setup_nphy() [all …]
|