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.c347 sc->sc_macrev = USB_GET_DRIVER_INFO(uaa); in zyd_attach()
1156 int error, on251 = (sc->sc_macrev == ZYD_ZD1211) ? 0x3f : 0x7f; in zyd_al2230_switch_radio()
1517 on ? ((sc->sc_macrev == ZYD_ZD1211B) ? 0x7f : 0x3f) : 0x2f); in zyd_gct_switch_radio()
1667 if (sc->sc_macrev == ZYD_ZD1211B) { in zyd_rf_attach()
1759 phyp = (sc->sc_macrev == ZYD_ZD1211B) ? zyd_def_phyB : zyd_def_phy; in zyd_hw_init()
1762 if (sc->sc_macrev == ZYD_ZD1211 && sc->sc_fix_cr157 != 0) { in zyd_hw_init()
1792 if (sc->sc_macrev == ZYD_ZD1211) { in zyd_hw_init()
2079 if (sc->sc_macrev == ZYD_ZD1211B) { in zyd_set_chan()
2512 if (sc->sc_macrev == ZYD_ZD1211) in zyd_tx_start()
2680 (sc->sc_macrev == ZYD_ZD1211) ? "": "B", in zyd_init_locked()
[all …]
H A Dif_zydreg.h1273 uint8_t sc_macrev; member