Home
last modified time | relevance | path

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

/drivers/net/wireless/broadcom/b43/
Dphy_ht.h130 u8 tx_pwr_idx[3]; member
Dphy_ht.c564 phy_ht->tx_pwr_idx[i] = in b43_phy_ht_tx_power_ctl()
577 if (phy_ht->tx_pwr_idx[i] <= in b43_phy_ht_tx_power_ctl()
580 phy_ht->tx_pwr_idx[i]); in b43_phy_ht_tx_power_ctl()
876 phy_ht->tx_pwr_idx[i] = B43_PHY_HT_TXPCTL_CMD_C1_INIT + 1; in b43_phy_ht_op_prepare_structs()
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()
Dphy_n.c3630 nphy->tx_pwr_idx[0] = b43_phy_read(dev, in b43_nphy_tx_power_ctrl()
3632 nphy->tx_pwr_idx[1] = b43_phy_read(dev, in b43_nphy_tx_power_ctrl()
3705 if (nphy->tx_pwr_idx[0] != 128 && in b43_nphy_tx_power_ctrl()
3706 nphy->tx_pwr_idx[1] != 128) { in b43_nphy_tx_power_ctrl()
3710 nphy->tx_pwr_idx[0]); in b43_nphy_tx_power_ctrl()
3714 ~0xff, nphy->tx_pwr_idx[1]); in b43_nphy_tx_power_ctrl()
6508 nphy->tx_pwr_idx[0] = 128; in b43_nphy_op_prepare_structs()
6509 nphy->tx_pwr_idx[1] = 128; in b43_nphy_op_prepare_structs()
Dphy_n.h962 u8 tx_pwr_idx[2]; member
/drivers/staging/rtl8712/
Drtl871x_mp_ioctl.c364 u32 tx_pwr_idx; in oid_rt_pro_set_tx_power_control_hdl() local
370 tx_pwr_idx = *((u32 *)poid_par_priv->information_buf); in oid_rt_pro_set_tx_power_control_hdl()
371 if (tx_pwr_idx > MAX_TX_PWR_INDEX_N_MODE) in oid_rt_pro_set_tx_power_control_hdl()
373 Adapter->mppriv.curr_txpoweridx = (u8)tx_pwr_idx; in oid_rt_pro_set_tx_power_control_hdl()