OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USB_BOOT_IO_BLOCKS
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
UsbMassBoot.c
804
Count = (UINT16)((TotalBlock <
USB_BOOT_IO_BLOCKS
) ? TotalBlock :
USB_BOOT_IO_BLOCKS
);
880
Count = (UINT16)((TotalBlock <
USB_BOOT_IO_BLOCKS
) ? TotalBlock :
USB_BOOT_IO_BLOCKS
);
954
Count = (UINT16)((TotalBlock <
USB_BOOT_IO_BLOCKS
) ? TotalBlock :
USB_BOOT_IO_BLOCKS
);
1028
Count = (UINT16)((TotalBlock <
USB_BOOT_IO_BLOCKS
) ? TotalBlock :
USB_BOOT_IO_BLOCKS
);
[
all
...]
UsbMassBoot.h
69
#define
USB_BOOT_IO_BLOCKS
128
Completed in 68 milliseconds