Home
last modified time | relevance | path

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

/freebsd/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.c1865 BWN_PHY_MASK(mac, BWN_NPHY_AFECTL_OVER1, 0xFDFF); in bwn_nphy_rev3_rssi_select()
1879 BWN_NPHY_AFECTL_OVER1 : BWN_NPHY_AFECTL_OVER; in bwn_nphy_rev3_rssi_select()
1938 BWN_NPHY_AFECTL_OVER1 : in bwn_nphy_rev3_rssi_select()
2077 save_regs_phy[4] = BWN_PHY_READ(mac, BWN_NPHY_AFECTL_OVER1); in bwn_nphy_poll_rssi()
2131 BWN_PHY_WRITE(mac, BWN_NPHY_AFECTL_OVER1, save_regs_phy[4]); in bwn_nphy_poll_rssi()
2157 BWN_NPHY_AFECTL_OVER1, BWN_NPHY_AFECTL_OVER, in bwn_nphy_rev3_rssi_cal()
2166 BWN_NPHY_AFECTL_OVER1, BWN_NPHY_AFECTL_OVER, in bwn_nphy_rev3_rssi_cal()
3216 BWN_PHY_SET(mac, BWN_NPHY_AFECTL_OVER1, 0x4); in bwn_nphy_workarounds_rev7plus()
3221 BWN_PHY_SET(mac, BWN_NPHY_AFECTL_OVER1, 0x1); in bwn_nphy_workarounds_rev7plus()
3228 BWN_PHY_MASK(mac, BWN_NPHY_AFECTL_OVER1, ~0x4); in bwn_nphy_workarounds_rev7plus()
[all …]
H A Dif_bwn_phy_n_regs.h269 #define BWN_NPHY_AFECTL_OVER1 BWN_PHY_N(0x08F) /* AFE control override 1 */ macro