Home
last modified time | relevance | path

Searched refs:BWN_PHYTYPE_A (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/bwn/
H A Dif_bwn.c1367 if (mac->mac_phy.type == BWN_PHYTYPE_A) in bwn_attach_core()
1575 if ((phy->type == BWN_PHYTYPE_A && phy->rev >= 4) || in bwn_phy_getinfo()
1601 if ((phy->type == BWN_PHYTYPE_A && (phy->rf_ver != 0x2060 || in bwn_phy_getinfo()
2524 case BWN_PHYTYPE_A: in bwn_rate_init()
2535 if (mac->mac_phy.type == BWN_PHYTYPE_A) in bwn_rate_init()
3550 delay = (mac->mac_phy.type == BWN_PHYTYPE_A) ? 3700 : 1050; in bwn_spu_setdelay()
4145 case BWN_PHYTYPE_A: in bwn_fw_gets()
4198 case BWN_PHYTYPE_A: in bwn_fw_gets()
5018 pretbtt = (mac->mac_phy.type == BWN_PHYTYPE_A) ? 120 : 250; in bwn_set_pretbtt()
6036 phytype == BWN_PHYTYPE_A); in bwn_rxeof()
[all …]
H A Dif_bwnreg.h52 #define BWN_PHYTYPE_A 0x00 macro
H A Dif_bwn_phy_g.c314 if (phy->type == BWN_PHYTYPE_A) { in bwn_phy_g_prepare_hw()
1539 KASSERT(phy->type == BWN_PHYTYPE_A || phy->type == BWN_PHYTYPE_G, in bwn_phy_init_a()
1543 if (phy->type == BWN_PHYTYPE_A) in bwn_phy_init_a()
1786 if (phy->type == BWN_PHYTYPE_A) in bwn_wa_grev26789()