Searched defs:u8CS (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/
H A DIdeController.c427 UINT8 u8CS = 0xaa; local
458 u8CS = 0xaa; u8SN = 0x55;
459 pPciIo->Io.Write(pPciIo, EfiPciIoWidthUint8, EFI_PCI_IO_PASS_THROUGH_BAR, u64IoBase + 2, 1, (void *)&u8CS);
462 u8CS = 0x55; u8SN = 0xaa;
463 pPciIo->Io.Write(pPciIo, EfiPciIoWidthUint8, EFI_PCI_IO_PASS_THROUGH_BAR, u64IoBase + 2, 1, (void *)&u8CS);
466 u8CS = 0xaa; u8SN = 0x55;
467 pPciIo->Io.Write(pPciIo, EfiPciIoWidthUint8, EFI_PCI_IO_PASS_THROUGH_BAR, u64IoBase + 2, 1, (void *)&u8CS);
469 u8CS = 0x0; u8SN = 0x0;
472 pPciIo->Io.Read(pPciIo, EfiPciIoWidthUint8, EFI_PCI_IO_PASS_THROUGH_BAR, u64IoBase + 2, 1, (void *)&u8CS);
475 VBoxLogFlowFuncMarkVar(u8CS, "
[all...]

Completed in 33 milliseconds