Home
last modified time | relevance | path

Searched refs:dCSWSignature (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.h348 __u32 dCSWSignature; member
/openbmc/u-boot/common/
H A Dusb_storage.c798 if (CSWSIGNATURE != le32_to_cpu(csw->dCSWSignature)) { in usb_stor_BBB_transport()