Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/bwn/
HDif_bwn_phy_lp.c721 BWN_PHY_MASK(mac, BWN_PHY_AFE_CTL_OVRVAL, 0xfffe); in bwn_phy_lp_calib()
747 BWN_PHY_MASK(mac, BWN_PHY_AFE_CTL_OVRVAL, 0xf7ff); in bwn_phy_lp_calib()
761 BWN_PHY_SET(mac, BWN_PHY_AFE_CTL_OVRVAL, 0x0007); in bwn_phy_lp_switch_analog()
1268 { BWN_PHY_AFE_CTL_OVRVAL, 0 }, in bwn_phy_lp_bbinit_r2()
1749 save[3] = BWN_PHY_READ(mac, BWN_PHY_AFE_CTL_OVRVAL); in bwn_phy_lp_rccal_r12()
1823 BWN_PHY_WRITE(mac, BWN_PHY_AFE_CTL_OVRVAL, save[3]); in bwn_phy_lp_rccal_r12()
3432 BWN_PHY_MASK(mac, BWN_PHY_AFE_CTL_OVRVAL, 0xfffe); in bwn_phy_lp_loopback()
HDif_bwnreg.h515 #define BWN_PHY_AFE_CTL_OVRVAL BWN_PHY_OFDM(0x3c) macro