Searched refs:idle_tssi (Results 1 – 6 of 6) sorted by relevance
135 u8 idle_tssi[3]; member
598 phy_ht->idle_tssi[0] = rssi_buf[0] & 0xff; in b43_phy_ht_tx_power_ctl_idle_tssi()599 phy_ht->idle_tssi[1] = rssi_buf[2] & 0xff; in b43_phy_ht_tx_power_ctl_idle_tssi()600 phy_ht->idle_tssi[2] = rssi_buf[4] & 0xff; in b43_phy_ht_tx_power_ctl_idle_tssi()626 u8 *idle = phy_ht->idle_tssi; in b43_phy_ht_tx_power_ctl_setup()
1733 tmp = phy->idle_tssi; in b43legacy_phy_estimate_power_out()1985 phy->idle_tssi = 0x34; in b43legacy_phy_init_tssi2dbm_table()1995 phy->idle_tssi = (s8)(dev->dev->bus->sprom. in b43legacy_phy_init_tssi2dbm_table()1998 phy->idle_tssi = 62; in b43legacy_phy_init_tssi2dbm_table()2020 phy->idle_tssi = 0x34; in b43legacy_phy_init_tssi2dbm_table()2024 phy->idle_tssi = 0x34; in b43legacy_phy_init_tssi2dbm_table()
447 s8 idle_tssi; member
413 s8 idle_tssi; member603 s8 idle_tssi[CH_5G_GROUP]; member
17573 u8 idle_tssi[2]; in wlc_phy_txpwrctrl_pwr_setup_nphy() local17598 idle_tssi[0] = pi->nphy_pwrctrl_info[0].idle_tssi_2g; in wlc_phy_txpwrctrl_pwr_setup_nphy()17599 idle_tssi[1] = pi->nphy_pwrctrl_info[1].idle_tssi_2g; in wlc_phy_txpwrctrl_pwr_setup_nphy()17611 idle_tssi[0] = pi->nphy_pwrctrl_info[0].idle_tssi_2g; in wlc_phy_txpwrctrl_pwr_setup_nphy()17736 (1 << 15) | (idle_tssi[0] << 0) | (idle_tssi[1] << 8)); in wlc_phy_txpwrctrl_pwr_setup_nphy()17754 (uint) (31 - idle_tssi[tbl_id - 26] + 1)) in wlc_phy_txpwrctrl_pwr_setup_nphy()24131 s32 idle_tssi[2]; in wlc_phy_est_tonepwr_nphy() local24139 idle_tssi[0] = (temp <= 31) ? temp : (temp - 64); in wlc_phy_est_tonepwr_nphy()24142 idle_tssi[1] = (temp <= 31) ? temp : (temp - 64); in wlc_phy_est_tonepwr_nphy()24153 pwrindex[0] = idle_tssi[0] - tssival[0] + 64; in wlc_phy_est_tonepwr_nphy()[all …]
Completed in 55 milliseconds