Home
last modified time | relevance | path

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

/src/sys/dev/bwn/
H A Dif_bwn.c1287 int error, have_bg = 0, have_a = 0; in bwn_attach_core() local
1303 have_bg = (iost & BWN_IOST_HAVE_2GHZ) ? 1 : 0; in bwn_attach_core()
1305 have_bg = 1; in bwn_attach_core()
1315 have_bg, in bwn_attach_core()
1325 error = bwn_reset_core(mac, have_bg); in bwn_attach_core()
1352 error = bwn_phy_getinfo(mac, have_bg); in bwn_attach_core()
1366 have_a = have_bg = 0; in bwn_attach_core()
1372 have_bg = 1; in bwn_attach_core()
1387 have_bg = 1; in bwn_attach_core()
1457 mac->mac_phy.gmode = have_bg; in bwn_attach_core()
[all …]