Searched refs:BWN_PHY_CRS_ED_THRESH (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/bwn/ |
H A D | if_bwn_phy_lp.c | 1409 BWN_PHY_SETMASK(mac, BWN_PHY_CRS_ED_THRESH, 0xff00, 0xb3); in bwn_phy_lp_bbinit_r2() 1410 BWN_PHY_SETMASK(mac, BWN_PHY_CRS_ED_THRESH, 0x00ff, 0xad00); in bwn_phy_lp_bbinit_r2() 1441 { BWN_PHY_CRS_ED_THRESH, 0xff00, 0x00b3 }, in bwn_phy_lp_bbinit_r01() 1442 { BWN_PHY_CRS_ED_THRESH, 0x00ff, 0xad00 } in bwn_phy_lp_bbinit_r01()
|
H A D | if_bwnreg.h | 455 #define BWN_PHY_CRS_ED_THRESH BWN_PHY_OFDM(0x32) macro
|