Searched refs:osc_control_set (Results 1 – 2 of 2) sorted by relevance
222 capbuf[OSC_CONTROL_DWORD] = *control | root->osc_control_set; in acpi_pci_query_osc()225 capbuf[OSC_CONTROL_DWORD] = root->osc_control_set; in acpi_pci_query_osc()388 *mask = ctrl | root->osc_control_set; in acpi_pci_osc_control_set()390 if ((root->osc_control_set & ctrl) == ctrl) in acpi_pci_osc_control_set()417 root->osc_control_set = *mask; in acpi_pci_osc_control_set()437 root->osc_control_set = ~OSC_PCI_EXPRESS_PME_CONTROL; in negotiate_os_control()439 root->osc_control_set); in negotiate_os_control()911 if (!(root->osc_control_set & OSC_PCI_EXPRESS_NATIVE_HP_CONTROL)) in acpi_pci_root_create()913 if (!(root->osc_control_set & OSC_PCI_SHPC_NATIVE_HP_CONTROL)) in acpi_pci_root_create()915 if (!(root->osc_control_set & OSC_PCI_EXPRESS_AER_CONTROL)) in acpi_pci_root_create()[all …]
587 u32 osc_control_set; /* _OSC state of control bits */ member