Searched refs:PCI_PROBE_MMCONF (Results 1 – 3 of 3) sorted by relevance
29 unsigned int pci_probe = PCI_PROBE_CONF1 | PCI_PROBE_MMCONF;44 pci_probe &= ~PCI_PROBE_MMCONF; in parse_mmcfg()406 if ((pci_probe & PCI_PROBE_MMCONF) == 0) in acpi_mmcfg_init()410 if (!(pci_probe & PCI_PROBE_MASK & ~PCI_PROBE_MMCONF)) in acpi_mmcfg_init()432 pci_probe = (pci_probe & ~PCI_PROBE_MASK) | PCI_PROBE_MMCONF; in acpi_mmcfg_init()
26 #define PCI_PROBE_MMCONF 0x0008 macro
1076 if ( (pci_probe & PCI_PROBE_MASK) == PCI_PROBE_MMCONF ? in write_msr()
Completed in 6 milliseconds