Searched refs:BWN_TAB_4 (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/bwn/ |
H A D | if_bwn_phy_lp.c | 1206 (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 D | if_bwnreg.h | 889 #define BWN_TAB_4(table, offset) \ macro
|