HomeSort by relevance Sort by last modified time
    Searched refs:SectorSize (Results 1 - 25 of 31) sorted by null

1 2

  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/FlashDeviceLib/
FlashDeviceLib.c 50 UINT32 SectorSize;
54 SectorSize = SECTOR_SIZE_4KB;
71 SpiAddress += SectorSize;
72 NumBytes -= SectorSize;
86 UINT32 SectorSize;
90 SectorSize = SECTOR_SIZE_64KB;
107 SpiAddress += SectorSize;
108 NumBytes -= SectorSize;
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
UefiScsiLib.h     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiScsiLib/
UefiScsiLib.c     [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/XenPvBlkDxe/
BlockFront.h 39 UINT32 SectorSize;
XenPvBlkDxe.c 299 Media->BlockSize / Dev->MediaInfo.SectorSize) - 1;
301 Media->BlockSize = Dev->MediaInfo.SectorSize;
BlockFront.c 300 Dev->MediaInfo.SectorSize = (UINT32)Value;
321 Dev->MediaInfo.Sectors, Dev->MediaInfo.SectorSize));
449 ASSERT(!(IoData->Sector & ((Dev->MediaInfo.SectorSize / 512) - 1)));
451 ASSERT(!(IoData->Size & (Dev->MediaInfo.SectorSize - 1)));
453 ASSERT(!((UINTN) IoData->Buffer & (Dev->MediaInfo.SectorSize - 1)));
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
MiscBiosVendorFunction.c 66 UINT32 SectorSize;
71 SectorSize = SECTOR_SIZE_4KB;
81 SectorSize,
  /external/syslinux/dosutil/
copybs.asm 155 SectorSize resw 1
187 mov [SectorSize],dx ; Saved sector size from above
218 mov cx,[SectorSize]
223 cmp ax,[SectorSize]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
clfs.h 103 ULONG SectorSize;
virtdisk.h 191 ULONG SectorSize;
  /external/syslinux/core/fs/
fs.c 396 __bss16 uint16_t SectorSize, SectorShift;
451 SectorSize = fs.sector_size;
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
bs16.S 42 SectorSize: .word 0 # Sector Size - 16 bits
bs32.S 42 SectorSize: .word 0 # Sector Size - 16 bits
bootsect.asm 53 SectorSize dw 0 ; Sector Size - 16 bits
bs16.asm 40 SectorSize dw 0 ; Sector Size - 16 bits
bs32.asm 40 SectorSize dw 0 ; Sector Size - 16 bits
start.S 39 SectorSize: .word 0 # Sector Size - 16 bits
    [all...]
start16.S 40 SectorSize: .word 0 # Sector Size - 16 bits
    [all...]
start32.S 39 SectorSize: .word 0 # Sector Size - 2 bytes
    [all...]
st16_64.S 40 SectorSize: .word 0 # Sector Size - 16 bits
    [all...]
st32_64.S 39 SectorSize: .word 0 # Sector Size - 2 bytes
    [all...]
start64.S 40 SectorSize: .word 0 # Sector Size - 16 bits
    [all...]
st16_64.asm 36 SectorSize dw 0 ; Sector Size - 16 bits
    [all...]
st32_64.asm 35 SectorSize dw 0 ; Sector Size - 2 bytes
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddk.h     [all...]

Completed in 475 milliseconds

1 2