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

/freebsd-13-stable/sys/dev/usb/net/
H A Dif_kuereg.h69 #define KUE_ETHERSTATS(x) UGETDW((x)->sc_desc.kue_etherstats)
H A Dif_cdce.c361 sc->sc_ncm.rx_max = UGETDW(temp.dwNtbInMaxSize);
362 sc->sc_ncm.tx_max = UGETDW(temp.dwNtbOutMaxSize);
368 sc->sc_ncm.rx_max = UGETDW(temp.dwNtbOutMaxSize);
369 sc->sc_ncm.tx_max = UGETDW(temp.dwNtbInMaxSize);
H A Dif_ure.c333 val = UGETDW(temp);
350 val = UGETDW(temp);
362 return (UGETDW(temp));
/freebsd-13-stable/sys/dev/usb/
H A Dusb_endian.h57 #define UGETDW(w) \ macro
H A Dusb_msctest.c319 tag = UGETDW(sc->cbw->dCBWTag) + 1;
/freebsd-13-stable/sys/dev/usb/storage/
H A Dumass.c1289 tag = UGETDW(sc->cbw.dCBWTag) + 1;
1489 residue = UGETDW(sc->csw.dCSWDataResidue);
1502 uint32_t temp = UGETDW(sc->csw.dCSWSignature);
1510 if (UGETDW(sc->csw.dCSWSignature) != CSWSIGNATURE) {
1512 UGETDW(sc->csw.dCSWSignature), CSWSIGNATURE);
1519 } else if (UGETDW(sc->csw.dCSWTag) != UGETDW(sc->cbw.dCBWTag)) {
1521 "0x%08x\n", UGETDW(sc->csw.dCSWTag),
1522 UGETDW(sc->cbw.dCBWTag));
2943 uint32_t dlen = UGETDW(cb
[all...]
H A Dcfumass.c625 signature = UGETDW(sc->sc_cbw->dCBWSignature);
641 sc->sc_current_tag = UGETDW(sc->sc_cbw->dCBWTag);
643 UGETDW(sc->sc_cbw->dCBWDataTransferLength);
673 io->scsiio.tag_num = UGETDW(sc->sc_cbw->dCBWTag);
H A Dustorage_fs.c527 tag = UGETDW(sc->sc_cbw->dCBWSignature);
534 tag = UGETDW(sc->sc_cbw->dCBWTag);
545 UGETDW(sc->sc_cbw->dCBWDataTransferLength);
/freebsd-13-stable/sys/dev/sound/usb/
H A Duaudio.c1659 uint32_t min = UGETDW(data + 2 + (12 * x));
1660 uint32_t max = UGETDW(data + 6 + (12 * x));
1661 uint32_t res = UGETDW(data + 10 + (12 * x));
1913 dwFormat = UGETDW(asid.v2->bmFormats);
2237 temp = UGETDW(buf);
3768 if (UGETDW(d->bmaControls[0]) == 0)
3774 mmask = UGETDW(d->bmaControls[0]);
3783 cmask |= UGETDW(d->bmaControls[chan]);
3877 if ((UGETDW(d->bmaControls[i]) & ctl) == ctl)
/freebsd-13-stable/sys/dev/usb/serial/
H A Dumodem.c622 UGETDW(ls.dwDTERate), ls.bCharFormat,
H A Duplcom.c918 UGETDW(ls.dwDTERate), ls.bCharFormat,
/freebsd-13-stable/tools/tools/usbtest/
H A Dusb_msc_test.c238 if (UGETDW(csw.dCSWSignature) != CSWSIGNATURE) {
/freebsd-13-stable/sys/dev/usb/wlan/
H A Dif_rum.c2673 err = rum_write(sc, reg, UGETDW(ucode));

Completed in 122 milliseconds