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

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
IdeMode.h 105 UINT16 CylinderLsb;
IdeMode.c 246 StatusBlock.AtaCylinderLow = IdeReadPortB (PciIo, IdeRegisters->CylinderLsb);
247 StatusBlock.AtaCylinderLowExp = IdeReadPortB (PciIo, IdeRegisters->CylinderLsb);
961 IdeRegisters[EfiIdePrimary].CylinderLsb = (UINT16) (CommandBlockBaseAddr + 0x04);
991 IdeRegisters[EfiIdeSecondary].CylinderLsb = (UINT16) (CommandBlockBaseAddr + 0x04);
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
Ata.c 218 LBAMid = IDEReadPortB (IdeDev->PciIo, IdeDev->IoPort->CylinderLsb);
466 @param CylinderLsb value of the low byte of the Cylinder Register
482 IN UINT8 CylinderLsb,
532 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->CylinderLsb, CylinderLsb);
614 @param CylinderLsb value of the low byte of the Cylinder Register
631 IN UINT8 CylinderLsb,
680 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->CylinderLsb, CylinderLsb);
    [all...]
IdeData.h 88 UINT16 CylinderLsb;
Ide.h 431 @param CylinderLsb value of the low byte of the Cylinder Register
447 IN UINT8 CylinderLsb,
463 @param CylinderLsb value of the low byte of the Cylinder Register
480 IN UINT8 CylinderLsb,
Atapi.c 279 WordCount = WordCount | IDEReadPortB (IdeDev->PciIo, IdeDev->IoPort->CylinderLsb);
388 IdeDev->IoPort->CylinderLsb,
489 IdeDev->IoPort->CylinderLsb,
    [all...]
Ide.c 391 IdeDev->IoPort->CylinderLsb = (UINT16) (CommandBlockBaseAddr + 0x04);
499 IdeDev->IoPort->CylinderLsb
547 IdeDev->IoPort->CylinderLsb
    [all...]
IdeBus.c 630 IdeBlkIoDevicePtr->IoPort->CylinderLsb = (UINT16) (CommandBlockBaseAddr + 0x04);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/IdeBusPei/
AtapiPeim.h 81 UINT16 CylinderLsb;
AtapiPeim.c 580 AtapiBlkIoDev->IdeIoPortReg[Index1].CylinderLsb = (UINT16) (CommandBlockBaseAddr + 0x4);
    [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/AtapiPassThruDxe/
AtapiPassThru.h 89 UINT16 CylinderLsb;
    [all...]
AtapiPassThru.c     [all...]

Completed in 802 milliseconds