Home
last modified time | relevance | path

Searched refs:SectorCountReg (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
DIde.c434 UINT8 SectorCountReg; in DetectIDEController() local
489 SectorCountReg = IDEReadPortB ( in DetectIDEController()
505 if ((SectorCountReg == 0x1) && in DetectIDEController()
537 SectorCountReg = IDEReadPortB ( in DetectIDEController()
557 if ((SectorCountReg == 0x1) && in DetectIDEController()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/IdeBusPei/
DAtapiPeim.c1234 UINT16 SectorCountReg; in ATAPIIdentify() local
1259 SectorCountReg = AtapiBlkIoDev->IdeIoPortReg[Channel].SectorCount; in ATAPIIdentify()
1300 IoWrite8 (SectorCountReg, 0); in ATAPIIdentify()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
DIdeMode.c2624 UINT8 SectorCountReg; in DetectAndConfigIdeDevice() local
2671 SectorCountReg = IdeReadPortB (PciIo, IdeRegisters->SectorCount); in DetectAndConfigIdeDevice()
2679 … if ((SectorCountReg == 0x1) && (LBALowReg == 0x1) && (LBAMidReg == 0x0) && (LBAHighReg == 0x0)) { in DetectAndConfigIdeDevice()