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

/vbox/src/VBox/Devices/Bus/
H A DDevPCI.cpp788 uint8_t *pci_conf = d->dev.config; local
790 pci_conf[0x04] = 0x07; /* master, memory and I/O */
791 pci_conf[0x05] = 0x00;
792 pci_conf[0x06] = 0x00;
793 pci_conf[0x07] = 0x02; /* PCI_status_devsel_medium */
794 pci_conf[0x4c] = 0x4d;
795 pci_conf[0x4e] = 0x03;
796 pci_conf[0x4f] = 0x00;
797 pci_conf[0x60] = 0x80;
798 pci_conf[
[all...]

Completed in 97 milliseconds