Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/b43/
Dphy_lcn.c348 u8 tx_pwr_idx; in b43_phy_lcn_sense_setup() local
374 tx_pwr_idx = dev->phy.lcn->tx_pwr_curr_idx; in b43_phy_lcn_sense_setup()
Dphy_n.c2242 nphy->tx_pwr_idx[0] = b43_phy_read(dev, in b43_nphy_tx_power_ctrl()
2244 nphy->tx_pwr_idx[1] = b43_phy_read(dev, in b43_nphy_tx_power_ctrl()
2304 if (nphy->tx_pwr_idx[0] != 128 && in b43_nphy_tx_power_ctrl()
2305 nphy->tx_pwr_idx[1] != 128) { in b43_nphy_tx_power_ctrl()
2309 nphy->tx_pwr_idx[0]); in b43_nphy_tx_power_ctrl()
2313 ~0xff, nphy->tx_pwr_idx[1]); in b43_nphy_tx_power_ctrl()
4770 nphy->tx_pwr_idx[0] = 128; in b43_nphy_op_prepare_structs()
4771 nphy->tx_pwr_idx[1] = 128; in b43_nphy_op_prepare_structs()
Dphy_n.h800 u8 tx_pwr_idx[2]; member
/linux-3.4.99/drivers/staging/rtl8712/
Drtl871x_mp_ioctl.c369 u32 tx_pwr_idx; in oid_rt_pro_set_tx_power_control_hdl() local
375 tx_pwr_idx = *((u32 *)poid_par_priv->information_buf); in oid_rt_pro_set_tx_power_control_hdl()
376 if (tx_pwr_idx > MAX_TX_PWR_INDEX_N_MODE) in oid_rt_pro_set_tx_power_control_hdl()
378 Adapter->mppriv.curr_txpoweridx = (u8)tx_pwr_idx; in oid_rt_pro_set_tx_power_control_hdl()