Home
last modified time | relevance | path

Searched refs:CBWSIGNATURE (Results 1 – 4 of 4) sorted by relevance

/NextBSD/tools/tools/usbtest/
HDusb_msc_test.c50 #define CBWSIGNATURE 0x43425355 macro
632 xfer_wrapper_sig = CBWSIGNATURE; in usb_msc_test()
1020 xfer_wrapper_sig = CBWSIGNATURE; in exec_host_msc_test()
/NextBSD/sys/dev/usb/
HDusb_msctest.c128 #define CBWSIGNATURE 0x43425355 macro
320 USETDW(sc->cbw->dCBWSignature, CBWSIGNATURE); in bbb_command_callback()
/NextBSD/sys/dev/usb/storage/
HDustorage_fs.c136 #define CBWSIGNATURE 0x43425355 macro
533 if (tag != CBWSIGNATURE) { in ustorage_fs_t_bbb_command_callback()
HDumass.c242 #define CBWSIGNATURE 0x43425355 macro
1290 USETDW(sc->cbw.dCBWSignature, CBWSIGNATURE); in umass_t_bbb_command_callback()