Home
last modified time | relevance | path

Searched refs:idle_tssi_5g (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.h94 uint8_t idle_tssi_5g; member
H A Dif_bwn_phy_n_core.c4137 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()
4282 idle[c] = nphy->pwr_ctl_info[c].idle_tssi_5g; in bwn_nphy_tx_power_ctl_setup()
4290 idle[c] = nphy->pwr_ctl_info[c].idle_tssi_5g; in bwn_nphy_tx_power_ctl_setup()
4298 idle[c] = nphy->pwr_ctl_info[c].idle_tssi_5g; in bwn_nphy_tx_power_ctl_setup()
4305 idle[0] = nphy->pwr_ctl_info[0].idle_tssi_5g; in bwn_nphy_tx_power_ctl_setup()
4306 idle[1] = nphy->pwr_ctl_info[1].idle_tssi_5g; in bwn_nphy_tx_power_ctl_setup()