Lines Matching refs:support
194 u32 support,
200 support &= OSC_PCI_SUPPORT_MASKS;
201 support |= root->osc_support_set;
204 capbuf[OSC_SUPPORT_DWORD] = support;
215 root->osc_support_set = support;
385 decode_osc_control(root, "platform does not support",
391 decode_osc_control(root, "not requesting control; platform does not support",
412 u32 support, control, requested;
430 * All supported architectures that use ACPI have support for
431 * PCI domains, so we indicate this in _OSC support capabilities.
433 support = OSC_PCI_SEGMENT_GROUPS_SUPPORT;
434 support |= OSC_PCI_HPX_TYPE_3_SUPPORT;
436 support |= OSC_PCI_EXT_CONFIG_SUPPORT;
438 support |= OSC_PCI_ASPM_SUPPORT | OSC_PCI_CLOCK_PM_SUPPORT;
440 support |= OSC_PCI_MSI_SUPPORT;
442 support |= OSC_PCI_EDR_SUPPORT;
444 decode_osc_support(root, "OS supports", support);
445 status = acpi_pci_osc_support(root, support);
464 if ((support & ACPI_PCIE_REQ_SUPPORT) != ACPI_PCIE_REQ_SUPPORT) {
675 * Following code to support acpi_pci_root_create() is copied from