Home
last modified time | relevance | path

Searched refs:StartLBA (Results 1 – 25 of 26) sorted by relevance

12

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBotPei/
DUsbBotPeim.c433 IN EFI_PEI_LBA StartLBA, in BotReadBlocks() argument
467 if (StartLBA > PeiBotDev->Media2.LastBlock) { in BotReadBlocks()
484 StartLBA, in BotReadBlocks()
521 if (StartLBA > PeiBotDev->Media2.LastBlock) { in BotReadBlocks()
525 if ((StartLBA + NumberOfBlocks - 1) > PeiBotDev->Media2.LastBlock) { in BotReadBlocks()
533 StartLBA, in BotReadBlocks()
546 StartLBA += 1; in BotReadBlocks()
558 StartLBA, in BotReadBlocks()
708 IN EFI_PEI_LBA StartLBA, in BotReadBlocks2() argument
727 StartLBA, in BotReadBlocks2()
DUsbBotPeim.h137 IN EFI_PEI_LBA StartLBA,
245 IN EFI_PEI_LBA StartLBA,
/device/linaro/bootloader/edk2/DuetPkg/BootSector/
Dbs16.S204 # si = StartLBA
217 divl %ebx # ax = StartLBA / MaxSector
218 incw %dx # dx = (StartLBA % MaxSector) + 1
226 movb %dl, %cl # cl = (StartLBA % MaxSector) + 1 = Sector
244 addl %ebx, %esi # StartLBA = StartLBA + NumberOfBlocks
Dbs16.asm201 ; si = StartLBA
214 div ebx ; ax = StartLBA / MaxSector
215 inc dx ; dx = (StartLBA % MaxSector) + 1
223 mov cl,dl ; cl = (StartLBA % MaxSector) + 1 = Sector
241 add esi,ebx ; StartLBA = StartLBA + NumberOfBlocks
Dbs32.S225 # si = StartLBA
238 divl %ebx # ax = StartLBA / MaxSector
239 incw %dx # dx = (StartLBA % MaxSector) + 1
247 movb %dl, %cl # cl = (StartLBA % MaxSector) + 1 = Sector
265 addl %ebx, %esi # StartLBA = StartLBA + NumberOfBlocks
Dbs32.asm223 ; si = StartLBA
236 div ebx ; ax = StartLBA / MaxSector
237 inc dx ; dx = (StartLBA % MaxSector) + 1
245 mov cl,dl ; cl = (StartLBA % MaxSector) + 1 = Sector
263 add esi,ebx ; StartLBA = StartLBA + NumberOfBlocks
Dstart.S221 # si = StartLBA
234 divl %ebx # ax = StartLBA / MaxSector
235 incw %dx # dx = (StartLBA % MaxSector) + 1
257 movb %dl, %cl # cl = (StartLBA % MaxSector) + 1 = Sector
275 addl %ebx, %esi # StartLBA = StartLBA + NumberOfBlocks
Dstart16.S215 # si = StartLBA
228 divl %ebx # ax = StartLBA / MaxSector
229 incw %dx # dx = (StartLBA % MaxSector) + 1
251 movb %dl, %cl # cl = (StartLBA % MaxSector) + 1 = Sector
269 addl %ebx, %esi # StartLBA = StartLBA + NumberOfBlocks
Dstart16.asm211 ; si = StartLBA
224 div ebx ; ax = StartLBA / MaxSector
225 inc dx ; dx = (StartLBA % MaxSector) + 1
247 mov cl,dl ; cl = (StartLBA % MaxSector) + 1 = Sector
265 add esi,ebx ; StartLBA = StartLBA + NumberOfBlocks
Dstart32.S230 # si = StartLBA
243 divl %ebx # ax = StartLBA / MaxSector
244 incw %dx # dx = (StartLBA % MaxSector) + 1
266 movb %dl, %cl # cl = (StartLBA % MaxSector) + 1 = Sector
284 addl %ebx, %esi # StartLBA = StartLBA + NumberOfBlocks
Dstart.asm218 ; si = StartLBA
231 div ebx ; ax = StartLBA / MaxSector
232 inc dx ; dx = (StartLBA % MaxSector) + 1
254 mov cl,dl ; cl = (StartLBA % MaxSector) + 1 = Sector
272 add esi,ebx ; StartLBA = StartLBA + NumberOfBlocks
Dstart32.asm226 ; si = StartLBA
239 div ebx ; ax = StartLBA / MaxSector
240 inc dx ; dx = (StartLBA % MaxSector) + 1
262 mov cl,dl ; cl = (StartLBA % MaxSector) + 1 = Sector
280 add esi,ebx ; StartLBA = StartLBA + NumberOfBlocks
Dst32_64.S242 # si = StartLBA
255 divl %ebx # ax = StartLBA / MaxSector
256 incw %dx # dx = (StartLBA % MaxSector) + 1
278 movb %dl,%cl # cl = (StartLBA % MaxSector) + 1 = Sector
296 addl %ebx,%esi # StartLBA = StartLBA + NumberOfBlocks
Dstart64.S234 # si = StartLBA
247 divl %ebx # ax = StartLBA / MaxSector
248 incw %dx # dx = (StartLBA % MaxSector) + 1
270 movb %dl,%cl # cl = (StartLBA % MaxSector) + 1 = Sector
288 addl %ebx,%esi # StartLBA = StartLBA + NumberOfBlocks
Dst16_64.S227 # si = StartLBA
240 divl %ebx # ax = StartLBA / MaxSector
241 incw %dx # dx = (StartLBA % MaxSector) + 1
263 movb %dl,%cl # cl = (StartLBA % MaxSector) + 1 = Sector
281 addl %ebx,%esi # StartLBA = StartLBA + NumberOfBlocks
Dst16_64.asm223 ; si = StartLBA
236 div ebx ; ax = StartLBA / MaxSector
237 inc dx ; dx = (StartLBA % MaxSector) + 1
259 mov cl,dl ; cl = (StartLBA % MaxSector) + 1 = Sector
277 add esi,ebx ; StartLBA = StartLBA + NumberOfBlocks
Dst32_64.asm239 ; si = StartLBA
252 div ebx ; ax = StartLBA / MaxSector
253 inc dx ; dx = (StartLBA % MaxSector) + 1
275 mov cl,dl ; cl = (StartLBA % MaxSector) + 1 = Sector
293 add esi,ebx ; StartLBA = StartLBA + NumberOfBlocks
Dstart64.asm230 ; si = StartLBA
243 div ebx ; ax = StartLBA / MaxSector
244 inc dx ; dx = (StartLBA % MaxSector) + 1
266 mov cl,dl ; cl = (StartLBA % MaxSector) + 1 = Sector
284 add esi,ebx ; StartLBA = StartLBA + NumberOfBlocks
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsBlockIoPei/
DUfsBlockIoPei.h388 IN EFI_PEI_LBA StartLBA,
510 IN EFI_PEI_LBA StartLBA,
DUfsBlockIoPei.c796 IN EFI_PEI_LBA StartLBA, in UfsBlockIoPeimReadBlocks() argument
841 if (StartLBA > Private->Media[DeviceIndex].LastBlock) { in UfsBlockIoPeimReadBlocks()
874 (UINT32)StartLBA, in UfsBlockIoPeimReadBlocks()
885 (UINT32)StartLBA, in UfsBlockIoPeimReadBlocks()
1042 IN EFI_PEI_LBA StartLBA, in UfsBlockIoPeimReadBlocks2() argument
1057 StartLBA, in UfsBlockIoPeimReadBlocks2()
/device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
DBlockIo2.h190 IN EFI_PEI_LBA StartLBA,
DBlockIo.h210 IN EFI_PEI_LBA StartLBA,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Ppi/BlockIo/
DBlockIo.h75 IN PEI_LBA StartLBA,
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/IdeBusPei/
DAtapiPeim.h244 IN EFI_PEI_LBA StartLBA,
353 IN EFI_PEI_LBA StartLBA,
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyPei/
DFloppyPeim.c1599 IN EFI_PEI_LBA StartLBA, in FdcReadBlocks() argument
1646 …if ((StartLBA + NumberOfBlocks - 1) > FdcBlkIoDev->DeviceInfo[DeviceIndex - 1].MediaInfo.LastBlock… in FdcReadBlocks()
1673 StartLBA, in FdcReadBlocks()
1680 StartLBA, in FdcReadBlocks()
1684 StartLBA += Count; in FdcReadBlocks()

12