Home
last modified time | relevance | path

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

/freebsd/sys/dev/bwn/
H A Dif_bwn_phy_lp.c768 BWN_PHY_MASK(mac, BWN_PHY_AFE_CTL_OVRVAL, 0xfffe); in bwn_phy_lp_calib()
794 BWN_PHY_MASK(mac, BWN_PHY_AFE_CTL_OVRVAL, 0xf7ff); in bwn_phy_lp_calib()
808 BWN_PHY_SET(mac, BWN_PHY_AFE_CTL_OVRVAL, 0x0007); in bwn_phy_lp_switch_analog()
1329 { BWN_PHY_AFE_CTL_OVRVAL, 0 }, in bwn_phy_lp_bbinit_r2()
1842 save[3] = BWN_PHY_READ(mac, BWN_PHY_AFE_CTL_OVRVAL); in bwn_phy_lp_rccal_r12()
1916 BWN_PHY_WRITE(mac, BWN_PHY_AFE_CTL_OVRVAL, save[3]); in bwn_phy_lp_rccal_r12()
3527 BWN_PHY_MASK(mac, BWN_PHY_AFE_CTL_OVRVAL, 0xfffe); in bwn_phy_lp_loopback()
H A Dif_bwnreg.h462 #define BWN_PHY_AFE_CTL_OVRVAL BWN_PHY_OFDM(0x3c) macro