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

/freebsd-12-stable/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.h134 struct bwn_phy_n_pwr_ctl_info pwr_ctl_info[2]; member in struct:bwn_phy_n
H A Dif_bwn_phy_n_core.c4139 nphy->pwr_ctl_info[0].idle_tssi_5g = (tmp >> 24) & 0xFF;
4140 nphy->pwr_ctl_info[1].idle_tssi_5g = (tmp >> 8) & 0xFF;
4142 nphy->pwr_ctl_info[0].idle_tssi_5g = (tmp >> 16) & 0xFF;
4143 nphy->pwr_ctl_info[1].idle_tssi_5g = tmp & 0xFF;
4145 nphy->pwr_ctl_info[0].idle_tssi_2g = (tmp >> 24) & 0xFF;
4146 nphy->pwr_ctl_info[1].idle_tssi_2g = (tmp >> 8) & 0xFF;
4267 idle[0] = nphy->pwr_ctl_info[0].idle_tssi_2g;
4268 idle[1] = nphy->pwr_ctl_info[1].idle_tssi_2g;
4276 idle[c] = nphy->pwr_ctl_info[c].idle_tssi_2g;
4284 idle[c] = nphy->pwr_ctl_info[
[all...]

Completed in 54 milliseconds