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

/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwn.c1157 int error, have_bg = 0, have_a = 0; local
1168 have_bg = (high & BWN_TGSHIGH_HAVE_2GHZ) ? 1 : 0;
1170 have_bg = 1;
1174 device_printf(sc->sc_dev, "%s: high=0x%08x, have_a=%d, have_bg=%d,"
1179 have_bg,
1194 bwn_reset_core(mac, have_bg);
1199 error = bwn_phy_getinfo(mac, have_bg);
1213 have_a = have_bg = 0;
1219 have_bg = 1;
1234 have_bg
1504 bwn_setup_channels(struct bwn_mac *mac, int have_bg, int have_a) argument
[all...]

Completed in 110 milliseconds