Home
last modified time | relevance | path

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

/linux/drivers/pci/
H A Dpci-bridge-emul.c161 PCI_BRIDGE_CTL_VGA |
H A Dpci.c6199 cmd |= PCI_BRIDGE_CTL_VGA; in pci_set_vga_state()
6201 cmd &= ~PCI_BRIDGE_CTL_VGA; in pci_set_vga_state()
6213 if (!(cmd & PCI_BRIDGE_CTL_VGA)) in pci_set_vga_state()
/linux/arch/x86/pci/
H A Dfixup.c376 if (!(config & PCI_BRIDGE_CTL_VGA)) in pci_fixup_video()
/linux/include/uapi/linux/
H A Dpci_regs.h170 #define PCI_BRIDGE_CTL_VGA 0x08 /* Forward VGA addresses */ macro
/linux/drivers/pci/hotplug/
H A Dcpqphp_ctrl.c2069 if (BCR & PCI_BRIDGE_CTL_VGA) in cpqhp_process_SS()