Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/broadcom/b43/
Dphy_ht.h131 u8 tx_pwr_idx[3]; member
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()
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.c3618 nphy->tx_pwr_idx[0] = b43_phy_read(dev, in b43_nphy_tx_power_ctrl()
3620 nphy->tx_pwr_idx[1] = b43_phy_read(dev, in b43_nphy_tx_power_ctrl()
3693 if (nphy->tx_pwr_idx[0] != 128 && in b43_nphy_tx_power_ctrl()
3694 nphy->tx_pwr_idx[1] != 128) { in b43_nphy_tx_power_ctrl()
3698 nphy->tx_pwr_idx[0]); in b43_nphy_tx_power_ctrl()
3702 ~0xff, nphy->tx_pwr_idx[1]); in b43_nphy_tx_power_ctrl()
6492 nphy->tx_pwr_idx[0] = 128; in b43_nphy_op_prepare_structs()
6493 nphy->tx_pwr_idx[1] = 128; in b43_nphy_op_prepare_structs()
Dphy_n.h963 u8 tx_pwr_idx[2]; member
/Linux-v5.4/drivers/staging/rtl8712/
Drtl871x_mp_ioctl.c336 u32 tx_pwr_idx; in oid_rt_pro_set_tx_power_control_hdl() local
342 tx_pwr_idx = *((u32 *)poid_par_priv->information_buf); in oid_rt_pro_set_tx_power_control_hdl()
343 if (tx_pwr_idx > MAX_TX_PWR_INDEX_N_MODE) in oid_rt_pro_set_tx_power_control_hdl()
345 Adapter->mppriv.curr_txpoweridx = (u8)tx_pwr_idx; in oid_rt_pro_set_tx_power_control_hdl()