Searched refs:BWN_TGSHIGH_HAVE_2GHZ (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/dev/bwn/
H A Dif_bwnreg.h62 #define BWN_TGSHIGH_HAVE_2GHZ 0x00010000 macro
H A Dif_bwn.c1609 (high & BWN_TGSHIGH_HAVE_2GHZ) ? BWN_TGSLOW_SUPPORT_G : 0);
1615 have_bg = (high & BWN_TGSHIGH_HAVE_2GHZ) ? 1 : 0;
1755 phy->gmode = (tgshigh & BWN_TGSHIGH_HAVE_2GHZ) ? 1 : 0;
7597 if (high & BWN_TGSHIGH_HAVE_2GHZ)
7639 if (high & BWN_TGSHIGH_HAVE_2GHZ)

Completed in 84 milliseconds