Home
last modified time | relevance | path

Searched refs:OSC_PCI_EXPRESS_PME_CONTROL (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/acpi/
H A Dpci_root.c136 { OSC_PCI_EXPRESS_PME_CONTROL, "PME" },
510 | OSC_PCI_EXPRESS_PME_CONTROL; in calculate_control()
578 root->osc_control_set = ~OSC_PCI_EXPRESS_PME_CONTROL; in negotiate_os_control()
1043 if (!(root->osc_control_set & OSC_PCI_EXPRESS_PME_CONTROL)) in acpi_pci_root_create()
/openbmc/linux/include/linux/
H A Dacpi.h606 #define OSC_PCI_EXPRESS_PME_CONTROL 0x00000004 macro