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

/freebsd-10.2-release/sys/dev/usb/
H A Dusb_endian.h80 #define USETDW(w,v) do { \ macro
H A Dusb_msctest.c316 USETDW(sc->cbw->dCBWSignature, CBWSIGNATURE);
317 USETDW(sc->cbw->dCBWTag, tag);
318 USETDW(sc->cbw->dCBWDataTransferLength, (uint32_t)sc->data_len);
/freebsd-10.2-release/tools/tools/usbtest/
H A Dusb_msc_test.c163 USETDW(cbw.dCBWSignature, xfer_wrapper_sig);
164 USETDW(cbw.dCBWTag, xfer_current_id);
166 USETDW(cbw.dCBWDataTransferLength, datalen);
H A Dusb_modem_test.c247 USETDW(ls.dwDTERate, 115200);
/freebsd-10.2-release/sys/dev/usb/storage/
H A Dustorage_fs.c541 USETDW(sc->sc_csw->dCSWTag, tag);
829 USETDW(sc->sc_csw->dCSWSignature, CSWSIGNATURE);
830 USETDW(sc->sc_csw->dCSWDataResidue, sc->sc_transfer.data_rem);
H A Dumass.c1291 USETDW(sc->cbw.dCBWSignature, CBWSIGNATURE);
1292 USETDW(sc->cbw.dCBWTag, tag);
1303 USETDW(sc->cbw.dCBWDataTransferLength, sc->sc_transfer.data_len);
1507 USETDW(sc->csw.dCSWSignature, CSWSIGNATURE);
/freebsd-10.2-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.c577 USETDW(ls.dwDTERate, t->c_ospeed);
H A Duplcom.c689 USETDW(ls.dwDTERate, t->c_ospeed);
/freebsd-10.2-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 212 milliseconds