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

/freebsd-10.2-release/sys/dev/usb/net/
H A Dif_kuereg.h67 #define KUE_ETHERSTATS(x) UGETDW((x)->sc_desc.kue_etherstats)
H A Dif_cdce.c332 sc->sc_ncm.rx_max = UGETDW(temp.dwNtbInMaxSize);
333 sc->sc_ncm.tx_max = UGETDW(temp.dwNtbOutMaxSize);
339 sc->sc_ncm.rx_max = UGETDW(temp.dwNtbOutMaxSize);
340 sc->sc_ncm.tx_max = UGETDW(temp.dwNtbInMaxSize);
/freebsd-10.2-release/sys/dev/usb/
H A Dusb_endian.h55 #define UGETDW(w) \ macro
H A Dusb_msctest.c315 tag = UGETDW(sc->cbw->dCBWTag) + 1;
/freebsd-10.2-release/sys/dev/usb/storage/
H A Dumass.c1289 tag = UGETDW(sc->cbw.dCBWTag) + 1;
1489 residue = UGETDW(sc->csw.dCSWDataResidue);
1503 uint32_t temp = UGETDW(sc->csw.dCSWSignature);
1511 if (UGETDW(sc->csw.dCSWSignature) != CSWSIGNATURE) {
1513 UGETDW(sc->csw.dCSWSignature), CSWSIGNATURE);
1520 } else if (UGETDW(sc->csw.dCSWTag) != UGETDW(sc->cbw.dCBWTag)) {
1522 "0x%08x\n", UGETDW(sc->csw.dCSWTag),
1523 UGETDW(sc->cbw.dCBWTag));
2943 uint32_t dlen = UGETDW(cb
[all...]
H A Dustorage_fs.c531 tag = UGETDW(sc->sc_cbw->dCBWSignature);
538 tag = UGETDW(sc->sc_cbw->dCBWTag);
549 UGETDW(sc->sc_cbw->dCBWDataTransferLength);
/freebsd-10.2-release/sys/dev/sound/usb/
H A Duaudio.c1469 uint32_t min = UGETDW(data + 2 + (12 * x));
1470 uint32_t max = UGETDW(data + 6 + (12 * x));
1471 uint32_t res = UGETDW(data + 10 + (12 * x));
1711 dwFormat = UGETDW(asid.v2->bmFormats);
2030 temp = UGETDW(buf);
3515 if (UGETDW(d->bmaControls[0]) == 0)
3521 mmask = UGETDW(d->bmaControls[0]);
3530 cmask |= UGETDW(d->bmaControls[chan]);
3625 if ((UGETDW(d->bmaControls[i]) & ctl) == ctl)
/freebsd-10.2-release/sys/dev/usb/serial/
H A Dumodem.c602 UGETDW(ls.dwDTERate), ls.bCharFormat,
H A Duplcom.c723 UGETDW(ls.dwDTERate), ls.bCharFormat,
/freebsd-10.2-release/tools/tools/usbtest/
H A Dusb_msc_test.c238 if (UGETDW(csw.dCSWSignature) != CSWSIGNATURE) {
/freebsd-10.2-release/sys/dev/usb/wlan/
H A Dif_rum.c2128 err = rum_write(sc, reg, UGETDW(ucode));

Completed in 225 milliseconds