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

/freebsd-current/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.h94 uint8_t idle_tssi_5g; member in struct:bwn_phy_n_pwr_ctl_info
H A Dif_bwn_phy_n_core.c4137 nphy->pwr_ctl_info[0].idle_tssi_5g = (tmp >> 24) & 0xFF;
4138 nphy->pwr_ctl_info[1].idle_tssi_5g = (tmp >> 8) & 0xFF;
4140 nphy->pwr_ctl_info[0].idle_tssi_5g = (tmp >> 16) & 0xFF;
4141 nphy->pwr_ctl_info[1].idle_tssi_5g = tmp & 0xFF;
4282 idle[c] = nphy->pwr_ctl_info[c].idle_tssi_5g;
4290 idle[c] = nphy->pwr_ctl_info[c].idle_tssi_5g;
4298 idle[c] = nphy->pwr_ctl_info[c].idle_tssi_5g;
4305 idle[0] = nphy->pwr_ctl_info[0].idle_tssi_5g;
4306 idle[1] = nphy->pwr_ctl_info[1].idle_tssi_5g;

Completed in 79 milliseconds