Searched refs:pwr_ctl_info (Results 1 – 2 of 2) sorted by relevance
133 struct bwn_phy_n_pwr_ctl_info pwr_ctl_info[2]; member
4137 nphy->pwr_ctl_info[0].idle_tssi_5g = (tmp >> 24) & 0xFF; in bwn_nphy_tx_power_ctl_idle_tssi()4138 nphy->pwr_ctl_info[1].idle_tssi_5g = (tmp >> 8) & 0xFF; in bwn_nphy_tx_power_ctl_idle_tssi()4140 nphy->pwr_ctl_info[0].idle_tssi_5g = (tmp >> 16) & 0xFF; in bwn_nphy_tx_power_ctl_idle_tssi()4141 nphy->pwr_ctl_info[1].idle_tssi_5g = tmp & 0xFF; in bwn_nphy_tx_power_ctl_idle_tssi()4143 nphy->pwr_ctl_info[0].idle_tssi_2g = (tmp >> 24) & 0xFF; in bwn_nphy_tx_power_ctl_idle_tssi()4144 nphy->pwr_ctl_info[1].idle_tssi_2g = (tmp >> 8) & 0xFF; in bwn_nphy_tx_power_ctl_idle_tssi()4265 idle[0] = nphy->pwr_ctl_info[0].idle_tssi_2g; in bwn_nphy_tx_power_ctl_setup()4266 idle[1] = nphy->pwr_ctl_info[1].idle_tssi_2g; in bwn_nphy_tx_power_ctl_setup()4274 idle[c] = nphy->pwr_ctl_info[c].idle_tssi_2g; in bwn_nphy_tx_power_ctl_setup()4282 idle[c] = nphy->pwr_ctl_info[c].idle_tssi_5g; in bwn_nphy_tx_power_ctl_setup()[all …]