HomeSort by relevance Sort by last modified time
    Searched refs:SectorNum (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsBlockIoPei/
UfsBlockIoPei.c 404 @param[in] SectorNum The sector number to be read.
420 IN UINT32 SectorNum,
436 WriteUnaligned16 ((UINT16 *)&Cdb[7], SwapBytes16 ((UINT16) SectorNum));
466 @param[in] SectorNum The sector number to be read.
482 IN UINT32 SectorNum,
498 WriteUnaligned32 ((UINT32 *)&Cdb[10], SwapBytes32 (SectorNum));
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/SpiFvbServices/
FwBlockService.c 778 UINTN SectorNum;
812 SectorNum = LbaLength / SPI_ERASE_SECTOR_SIZE;
813 for (Index = 0; Index < SectorNum; Index++){
    [all...]

Completed in 680 milliseconds