Searched defs:SectorSize (Results 1 - 22 of 22) sorted by relevance

/device/linaro/bootloader/edk2/OvmfPkg/XenPvBlkDxe/
H A DBlockFront.h39 UINT32 SectorSize; member in struct:__anon8752
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/FlashDeviceLib/
H A DFlashDeviceLib.c50 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;
41 UINT32 SectorSize; local
77 UINT32 SectorSize; local
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
H A DMiscBiosVendorFunction.c66 UINT32 SectorSize;
71 SectorSize = SECTOR_SIZE_4KB;
81 SectorSize,
57 UINT32 SectorSize; local
/device/linaro/bootloader/edk2/DuetPkg/BootSector/
H A Dbootsect.S54 SectorSize: .word 0 # Sector Size - 16 bits label
H A Dbootsect.asm53 SectorSize dw 0 ; Sector Size - 16 bits define
H A Dbs16.S42 SectorSize: .word 0 # Sector Size - 16 bits label
H A Dbs16.asm40 SectorSize dw 0 ; Sector Size - 16 bits define
H A Dbs32.S42 SectorSize: .word 0 # Sector Size - 16 bits label
H A Dbs32.asm40 SectorSize dw 0 ; Sector Size - 16 bits define
H A Dstart.S39 SectorSize: .word 0 # Sector Size - 16 bits label
H A Dstart16.S40 SectorSize: .word 0 # Sector Size - 16 bits label
H A Dst16_64.S40 SectorSize: .word 0 # Sector Size - 16 bits label
H A Dst32_64.S39 SectorSize: .word 0 # Sector Size - 2 bytes label
H A Dstart32.S39 SectorSize: .word 0 # Sector Size - 2 bytes label
H A Dstart64.S40 SectorSize: .word 0 # Sector Size - 16 bits label
H A Dst16_64.asm36 SectorSize dw 0 ; Sector Size - 16 bits define
H A Dst32_64.asm35 SectorSize dw 0 ; Sector Size - 2 bytes define
H A Dstart.asm36 SectorSize dw 0 ; Sector Size - 16 bits define
H A Dstart16.asm36 SectorSize dw 0 ; Sector Size - 16 bits define
H A Dstart32.asm35 SectorSize dw 0 ; Sector Size - 2 bytes define
H A Dstart64.asm36 SectorSize dw 0 ; Sector Size - 16 bits define
/device/linaro/bootloader/edk2/MdePkg/Library/UefiScsiLib/
H A DUefiScsiLib.c896 after Timeout 100 ns units. The StartLba and SectorSize parameters are used to
921 @param[in] SectorSize The number of contiguous logical blocks of data that shall be transferred.
947 IN UINT32 SectorSize
973 WriteUnaligned16 ((UINT16 *)&Cdb[7], SwapBytes16 ((UINT16) SectorSize));
996 Timeout 100 ns units. The StartLba and SectorSize parameters are used to construct
1021 @param[in] SectorSize The number of contiguous logical blocks of data that shall be transferred.
1047 IN UINT32 SectorSize
1073 WriteUnaligned16 ((UINT16 *)&Cdb[7], SwapBytes16 ((UINT16) SectorSize));
1095 after Timeout 100 ns units. The StartLba and SectorSize parameters are used to
1120 @param[in] SectorSize Th
1409 ScsiRead10CommandEx( IN EFI_SCSI_IO_PROTOCOL *ScsiIo, IN UINT64 Timeout, IN OUT VOID *SenseData, OPTIONAL IN OUT UINT8 *SenseDataLength, OUT UINT8 *HostAdapterStatus, OUT UINT8 *TargetStatus, IN OUT VOID *DataBuffer, OPTIONAL IN OUT UINT32 *DataLength, IN UINT32 StartLba, IN UINT32 SectorSize, IN EFI_EVENT Event OPTIONAL ) argument
1593 ScsiWrite10CommandEx( IN EFI_SCSI_IO_PROTOCOL *ScsiIo, IN UINT64 Timeout, IN OUT VOID *SenseData, OPTIONAL IN OUT UINT8 *SenseDataLength, OUT UINT8 *HostAdapterStatus, OUT UINT8 *TargetStatus, IN OUT VOID *DataBuffer, OPTIONAL IN OUT UINT32 *DataLength, IN UINT32 StartLba, IN UINT32 SectorSize, IN EFI_EVENT Event OPTIONAL ) argument
1777 ScsiRead16CommandEx( IN EFI_SCSI_IO_PROTOCOL *ScsiIo, IN UINT64 Timeout, IN OUT VOID *SenseData, OPTIONAL IN OUT UINT8 *SenseDataLength, OUT UINT8 *HostAdapterStatus, OUT UINT8 *TargetStatus, IN OUT VOID *DataBuffer, OPTIONAL IN OUT UINT32 *DataLength, IN UINT64 StartLba, IN UINT32 SectorSize, IN EFI_EVENT Event OPTIONAL ) argument
1961 ScsiWrite16CommandEx( IN EFI_SCSI_IO_PROTOCOL *ScsiIo, IN UINT64 Timeout, IN OUT VOID *SenseData, OPTIONAL IN OUT UINT8 *SenseDataLength, OUT UINT8 *HostAdapterStatus, OUT UINT8 *TargetStatus, IN OUT VOID *DataBuffer, OPTIONAL IN OUT UINT32 *DataLength, IN UINT64 StartLba, IN UINT32 SectorSize, IN EFI_EVENT Event OPTIONAL ) argument
[all...]

Completed in 132 milliseconds