Home
last modified time | relevance | path

Searched refs:PCI_BRIDGE_CTL_VGA (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/include/uapi/linux/
Dpci_regs.h161 #define PCI_BRIDGE_CTL_VGA 0x08 /* Forward VGA addresses */ macro
/linux-4.19.296/drivers/pci/
Dpci.c5763 cmd |= PCI_BRIDGE_CTL_VGA; in pci_set_vga_state()
5765 cmd &= ~PCI_BRIDGE_CTL_VGA; in pci_set_vga_state()
/linux-4.19.296/drivers/pci/hotplug/
Dcpqphp_ctrl.c2111 if (BCR & PCI_BRIDGE_CTL_VGA) in cpqhp_process_SS()