Home
last modified time | relevance | path

Searched refs:tx_pwr_idx (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wireless/broadcom/b43/
H A Dphy_ht.h131 u8 tx_pwr_idx[3]; member
H A Dphy_ht.c551 phy_ht->tx_pwr_idx[i] = in b43_phy_ht_tx_power_ctl()
564 if (phy_ht->tx_pwr_idx[i] <= in b43_phy_ht_tx_power_ctl()
567 phy_ht->tx_pwr_idx[i]); in b43_phy_ht_tx_power_ctl()
863 phy_ht->tx_pwr_idx[i] = B43_PHY_HT_TXPCTL_CMD_C1_INIT + 1; in b43_phy_ht_op_prepare_structs()
H A Dphy_lcn.c315 u8 tx_pwr_idx; in b43_phy_lcn_sense_setup() local
341 tx_pwr_idx = dev->phy.lcn->tx_pwr_curr_idx; in b43_phy_lcn_sense_setup()
H A Dphy_n.c3615 nphy->tx_pwr_idx[0] = b43_phy_read(dev, in b43_nphy_tx_power_ctrl()
3617 nphy->tx_pwr_idx[1] = b43_phy_read(dev, in b43_nphy_tx_power_ctrl()
3690 if (nphy->tx_pwr_idx[0] != 128 && in b43_nphy_tx_power_ctrl()
3691 nphy->tx_pwr_idx[1] != 128) { in b43_nphy_tx_power_ctrl()
3695 nphy->tx_pwr_idx[0]); in b43_nphy_tx_power_ctrl()
3699 ~0xff, nphy->tx_pwr_idx[1]); in b43_nphy_tx_power_ctrl()
6446 nphy->tx_pwr_idx[0] = 128; in b43_nphy_op_prepare_structs()
6447 nphy->tx_pwr_idx[1] = 128; in b43_nphy_op_prepare_structs()
H A Dphy_n.h963 u8 tx_pwr_idx[2]; member