Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/usb/
Dif_urtw.c84 { { USB_VENDOR_##v, USB_PRODUCT_##v##_##p }, URTW_HWREV_8187 }
622 if (sc->sc_hwrev & URTW_HWREV_8187) { in urtw_attach()
725 if (sc->sc_hwrev & URTW_HWREV_8187) { in urtw_attach()
857 if (sc->sc_hwrev & URTW_HWREV_8187) in urtw_open_pipes()
869 if (sc->sc_hwrev & URTW_HWREV_8187) in urtw_open_pipes()
881 if (sc->sc_hwrev & URTW_HWREV_8187) in urtw_open_pipes()
1280 if (sc->sc_hwrev & URTW_HWREV_8187) { in urtw_get_rfchip()
1351 if (sc->sc_hwrev & URTW_HWREV_8187) { in urtw_get_txpwr()
2213 if (sc->sc_hwrev & URTW_HWREV_8187) { in urtw_tx_enable()
2627 if (sc->sc_hwrev & URTW_HWREV_8187) in urtw_tx_start()
[all …]
Dif_urtwreg.h27 #define URTW_HWREV_8187 0x01 macro