Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/wlan/
H A Dif_zyd.c348 sc->sc_macrev = USB_GET_DRIVER_INFO(uaa); in zyd_attach()
1157 int error, on251 = (sc->sc_macrev == ZYD_ZD1211) ? 0x3f : 0x7f; in zyd_al2230_switch_radio()
1518 on ? ((sc->sc_macrev == ZYD_ZD1211B) ? 0x7f : 0x3f) : 0x2f); in zyd_gct_switch_radio()
1668 if (sc->sc_macrev == ZYD_ZD1211B) { in zyd_rf_attach()
1760 phyp = (sc->sc_macrev == ZYD_ZD1211B) ? zyd_def_phyB : zyd_def_phy; in zyd_hw_init()
1763 if (sc->sc_macrev == ZYD_ZD1211 && sc->sc_fix_cr157 != 0) { in zyd_hw_init()
1793 if (sc->sc_macrev == ZYD_ZD1211) { in zyd_hw_init()
2080 if (sc->sc_macrev == ZYD_ZD1211B) { in zyd_set_chan()
2513 if (sc->sc_macrev == ZYD_ZD1211) in zyd_tx_start()
2681 (sc->sc_macrev == ZYD_ZD1211) ? "": "B", in zyd_init_locked()
[all …]
H A Dif_zydreg.h1273 uint8_t sc_macrev; member