Home
last modified time | relevance | path

Searched refs:BWN_TGSHIGH_HAVE_2GHZ (Results 1 – 2 of 2) sorted by path

/dragonfly/sys/dev/netif/bwn/bwn/
H A Dif_bwn.c1268 bwn_reset_core(mac, !!(high & BWN_TGSHIGH_HAVE_2GHZ)); in bwn_attach_core()
1276 have_bg = (high & BWN_TGSHIGH_HAVE_2GHZ) ? 1 : 0; in bwn_attach_core()
1448 phy->gmode = !! (tgshigh & BWN_TGSHIGH_HAVE_2GHZ); in bwn_phy_getinfo()
4024 if (high & BWN_TGSHIGH_HAVE_2GHZ) in bwn_fw_gets()
4076 if (high & BWN_TGSHIGH_HAVE_2GHZ) in bwn_fw_gets()
H A Dif_bwnreg.h109 #define BWN_TGSHIGH_HAVE_2GHZ 0x00010000 macro