Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
DUsbMassBoot.c792 UINT32 ByteSize; in UsbBootReadBlocks() local
805 ByteSize = (UINT32)Count * BlockSize; in UsbBootReadBlocks()
828 ByteSize, in UsbBootReadBlocks()
868 UINT32 ByteSize; in UsbBootWriteBlocks() local
881 ByteSize = (UINT32)Count * BlockSize; in UsbBootWriteBlocks()
904 ByteSize, in UsbBootWriteBlocks()
944 UINT32 ByteSize; in UsbBootReadBlocks16() local
955 ByteSize = (UINT32)Count * BlockSize; in UsbBootReadBlocks16()
978 ByteSize, in UsbBootReadBlocks16()
1018 UINT32 ByteSize; in UsbBootWriteBlocks16() local
[all …]
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtSerialIoDxe/
DWinNtSerialIo.c1056 Private->NtDCB.ByteSize = ConvertData2Nt (DataBits); in WinNtSerialIoSetAttributes()