Home
last modified time | relevance | path

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

/src/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.h127 int8_t tx_power_offset[101]; member
H A Dif_bwn_phy_n_core.c4170 nphy->adj_pwr_tbl[i] = nphy->tx_power_offset[i]; in bwn_nphy_tx_prepare_adjusted_power_table()
4196 nphy->tx_power_offset[idx]; in bwn_nphy_tx_prepare_adjusted_power_table()
/src/sys/contrib/dev/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_cmn.c1390 memset(pi->tx_power_offset, 0, sizeof(pi->tx_power_offset)); in wlc_phy_txpower_recalc_target()
1399 pi->tx_power_offset[rate] = in wlc_phy_txpower_recalc_target()
1402 pi->tx_power_offset[rate] = in wlc_phy_txpower_recalc_target()
1645 pi->tx_power_offset[j]); in wlc_phy_txpower_update_shm()
1647 -(pi->tx_power_offset[j] / 2)); in wlc_phy_txpower_update_shm()
1656 pi->tx_power_offset[i] = in wlc_phy_txpower_update_shm()
1657 (u8) roundup(pi->tx_power_offset[i], 8); in wlc_phy_txpower_update_shm()
1660 ((pi->tx_power_offset[TXP_FIRST_OFDM] in wlc_phy_txpower_update_shm()
H A Dphy_n.c17473 pi->adj_pwr_tbl_nphy[idx] = pi->tx_power_offset[idx]; in wlc_phy_txpwr_limit_to_tbl_nphy()
17513 pi->tx_power_offset[idx]; in wlc_phy_txpwr_limit_to_tbl_nphy()
17516 pi->tx_power_offset[idx]; in wlc_phy_txpwr_limit_to_tbl_nphy()
17518 pi->tx_power_offset[idx]; in wlc_phy_txpwr_limit_to_tbl_nphy()
17520 pi->tx_power_offset[idx++]; in wlc_phy_txpwr_limit_to_tbl_nphy()
17523 pi->tx_power_offset[idx++]; in wlc_phy_txpwr_limit_to_tbl_nphy()
17525 pi->tx_power_offset[idx]; in wlc_phy_txpwr_limit_to_tbl_nphy()
17527 pi->tx_power_offset[idx]; in wlc_phy_txpwr_limit_to_tbl_nphy()
17529 pi->tx_power_offset[idx++]; in wlc_phy_txpwr_limit_to_tbl_nphy()
17532 pi->tx_power_offset[idx++]; in wlc_phy_txpwr_limit_to_tbl_nphy()
[all …]
H A Dphy_int.h583 s8 tx_power_offset[TXP_NUM_RATES]; member
H A Dphy_lcn.c2245 rate_table[i] = (u32) ((s32) (-pi->tx_power_offset[j])); in wlc_lcnphy_txpower_recalc_target()
4241 cck_offset = pi->tx_power_offset[TXP_FIRST_CCK]; in wlc_lcnphy_get_tssi()