Searched refs:idle_tssi_2g (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.h93 uint8_t idle_tssi_2g; member in struct:bwn_phy_n_pwr_ctl_info
H A Dif_bwn_phy_n_core.c4143 nphy->pwr_ctl_info[0].idle_tssi_2g = (tmp >> 24) & 0xFF;
4144 nphy->pwr_ctl_info[1].idle_tssi_2g = (tmp >> 8) & 0xFF;
4265 idle[0] = nphy->pwr_ctl_info[0].idle_tssi_2g;
4266 idle[1] = nphy->pwr_ctl_info[1].idle_tssi_2g;
4274 idle[c] = nphy->pwr_ctl_info[c].idle_tssi_2g;

Completed in 66 milliseconds