Home
last modified time | relevance | path

Searched refs:USB_BOOT_GENERAL_CMD_TIMEOUT (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
DUsbMassBoot.c63 USB_BOOT_GENERAL_CMD_TIMEOUT, in UsbBootRequestSense()
329 USB_BOOT_GENERAL_CMD_TIMEOUT in UsbBootIsUnitReady()
369 USB_BOOT_GENERAL_CMD_TIMEOUT in UsbBootInquiry()
440 USB_BOOT_GENERAL_CMD_TIMEOUT in UsbBootReadCapacity16()
512 USB_BOOT_GENERAL_CMD_TIMEOUT in UsbBootReadCapacity()
584 USB_BOOT_GENERAL_CMD_TIMEOUT in UsbScsiModeSense()
810 Timeout = (UINT32) USB_BOOT_GENERAL_CMD_TIMEOUT; in UsbBootReadBlocks()
886 Timeout = (UINT32) USB_BOOT_GENERAL_CMD_TIMEOUT; in UsbBootWriteBlocks()
960 Timeout = (UINT32) USB_BOOT_GENERAL_CMD_TIMEOUT; in UsbBootReadBlocks16()
1034 Timeout = (UINT32) USB_BOOT_GENERAL_CMD_TIMEOUT; in UsbBootWriteBlocks16()
[all …]
DUsbMassBoot.h88 #define USB_BOOT_GENERAL_CMD_TIMEOUT (5 * USB_MASS_1_SECOND) macro