Searched refs:USETDW (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/sys/dev/usb/
H A Dusb_endian.h78 #define USETDW(w,v) do { \ macro
H A Dusb_msctest.c293 USETDW(sc->cbw->dCBWSignature, CBWSIGNATURE);
294 USETDW(sc->cbw->dCBWTag, tag);
295 USETDW(sc->cbw->dCBWDataTransferLength, (uint32_t)sc->data_len);
/freebsd-9.3-release/sys/dev/usb/storage/
H A Dustorage_fs.c537 USETDW(sc->sc_csw->dCSWTag, tag);
825 USETDW(sc->sc_csw->dCSWSignature, CSWSIGNATURE);
826 USETDW(sc->sc_csw->dCSWDataResidue, sc->sc_transfer.data_rem);
H A Dumass.c1290 USETDW(sc->cbw.dCBWSignature, CBWSIGNATURE);
1291 USETDW(sc->cbw.dCBWTag, tag);
1302 USETDW(sc->cbw.dCBWDataTransferLength, sc->sc_transfer.data_len);
1506 USETDW(sc->csw.dCSWSignature, CSWSIGNATURE);
/freebsd-9.3-release/sys/dev/usb/serial/
H A Dumct.c356 USETDW(temp, value);
H A Dufoma.c979 USETDW(ls.dwDTERate, t->c_ospeed);
H A Dumodem.c542 USETDW(ls.dwDTERate, t->c_ospeed);
H A Duplcom.c689 USETDW(ls.dwDTERate, t->c_ospeed);
/freebsd-9.3-release/sys/dev/usb/net/
H A Dif_cdce.c428 USETDW(value, sc->sc_ncm.rx_max);
433 USETDW(value, sc->sc_ncm.rx_max);
H A Dif_rue.c298 USETDW(temp, val);

Completed in 126 milliseconds