OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SectorNum
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Feature/Capsule/Library/PlatformFlashAccessLib/
PlatformFlashAccessLibDxe.c
139
UINTN
SectorNum
;
151
SectorNum
= Length / SPI_ERASE_SECTOR_SIZE;
152
for (Index = 0; Index <
SectorNum
; Index++){
/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
775
UINTN
SectorNum
;
809
SectorNum
= LbaLength / SPI_ERASE_SECTOR_SIZE;
810
for (Index = 0; Index <
SectorNum
; Index++){
[
all
...]
Completed in 110 milliseconds