Home
last modified time | relevance | path

Searched refs:CSWSIGNATURE (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/usb/emul/
H A Dsandbox_flash.c198 csw->dCSWSignature = CSWSIGNATURE; in setup_fail_response()
217 csw->dCSWSignature = CSWSIGNATURE; in setup_response()
/openbmc/u-boot/include/
H A Dusb_defs.h349 # define CSWSIGNATURE 0x53425355 macro
/openbmc/u-boot/common/
H A Dusb_storage.c798 if (CSWSIGNATURE != le32_to_cpu(csw->dCSWSignature)) { in usb_stor_BBB_transport()