Home
last modified time | relevance | path

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

/freebsd/sys/dev/bwn/
H A Dif_bwn_phy_lp.c1206 (mac->mac_phy.rev < 2) ? BWN_TAB_4(10, 0x140) : in bwn_phy_lp_bugfix()
1207 BWN_TAB_4(7, 0x140), size, tabs); in bwn_phy_lp_bugfix()
1216 (mac->mac_phy.rev < 2) ? BWN_TAB_4(10, 0x140) : in bwn_phy_lp_bugfix()
1217 BWN_TAB_4(7, 0x140), size, tabs); in bwn_phy_lp_bugfix()
1231 BWN_TAB_4(7, txpwridx + 320)); in bwn_phy_lp_bugfix()
1233 BWN_TAB_4(7, txpwridx + 192)); in bwn_phy_lp_bugfix()
1241 BWN_TAB_4(10, txpwridx + 320)); in bwn_phy_lp_bugfix()
1243 BWN_TAB_4(10, txpwridx + 192)); in bwn_phy_lp_bugfix()
1257 (mac->mac_phy.rev >= 2) ? BWN_TAB_4(7, txpwridx + 448) : in bwn_phy_lp_bugfix()
1258 BWN_TAB_4(10, txpwridx + 448)); in bwn_phy_lp_bugfix()
[all …]
H A Dif_bwnreg.h889 #define BWN_TAB_4(table, offset) \ macro