Searched refs:IOBarClear (Results 1 – 1 of 1) sorted by relevance
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/ |
D | LegacyIde.c | 271 UINT32 IOBarClear; in InitLegacyIdeController() local 306 IOBarClear = 0x00; in InitLegacyIdeController() 308 PciIo->Pci.Write (PciIo, EfiPciIoWidthUint32, 0x10, 1, &IOBarClear); in InitLegacyIdeController() 309 PciIo->Pci.Write (PciIo, EfiPciIoWidthUint32, 0x14, 1, &IOBarClear); in InitLegacyIdeController() 312 PciIo->Pci.Write (PciIo, EfiPciIoWidthUint32, 0x18, 1, &IOBarClear); in InitLegacyIdeController() 313 PciIo->Pci.Write (PciIo, EfiPciIoWidthUint32, 0x1C, 1, &IOBarClear); in InitLegacyIdeController()
|