Searched refs:lpf_bits (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/gnu/dev/bwn/phy_n/ |
H A D | if_bwn_phy_n_core.c | 2622 uint8_t lpf_bits[6] = { 0, 1, 2, 3, 3, 3 }; in bwn_nphy_gain_ctl_workarounds_rev3() local 2670 bwn_ntab_write_bulk(mac, BWN_NTAB8(2, 0x40), 6, lpf_bits); in bwn_nphy_gain_ctl_workarounds_rev3() 2671 bwn_ntab_write_bulk(mac, BWN_NTAB8(3, 0x40), 6, lpf_bits); in bwn_nphy_gain_ctl_workarounds_rev3()
|