Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dusb_defs.h335 __u8 bCBWFlags; member
/openbmc/u-boot/drivers/usb/emul/
H A Dsandbox_flash.c315 if ((cbw->bCBWFlags & CBWFLAGS_SBZ) || in sandbox_flash_bulk()
/openbmc/u-boot/common/
H A Dusb_storage.c562 cbw->bCBWFlags = (dir_in ? CBWFLAGS_IN : CBWFLAGS_OUT); in usb_stor_BBB_comdat()