Home
last modified time | relevance | path

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

/freebsd/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.c2846 uint32_t noise_tbl[2]; in bwn_nphy_workarounds_rev7plus() local
3243 bwn_ntab_read_bulk(mac, BWN_NTAB32(16, 0x02), 1, noise_tbl); in bwn_nphy_workarounds_rev7plus()
3244 noise_tbl[1] = bwn_is_40mhz(mac) ? 0x14D : 0x18D; in bwn_nphy_workarounds_rev7plus()
3245 bwn_ntab_write_bulk(mac, BWN_NTAB32(16, 0x02), 2, noise_tbl); in bwn_nphy_workarounds_rev7plus()
3247 bwn_ntab_read_bulk(mac, BWN_NTAB32(16, 0x7E), 1, noise_tbl); in bwn_nphy_workarounds_rev7plus()
3248 noise_tbl[1] = bwn_is_40mhz(mac) ? 0x14D : 0x18D; in bwn_nphy_workarounds_rev7plus()
3249 bwn_ntab_write_bulk(mac, BWN_NTAB32(16, 0x7E), 2, noise_tbl); in bwn_nphy_workarounds_rev7plus()