Home
last modified time | relevance | path

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

/linux-4.1.27/arch/ia64/pci/
Dfixup.c56 if (!(config & PCI_BRIDGE_CTL_VGA)) in pci_fixup_video()
/linux-4.1.27/drivers/pci/hotplug/
Dshpchp_pci.c100 if (bctl & PCI_BRIDGE_CTL_VGA) { in shpchp_unconfigure_device()
Dpciehp_pci.c103 if (bctl & PCI_BRIDGE_CTL_VGA) { in pciehp_unconfigure_device()
Dcpqphp_ctrl.c2124 if (BCR & PCI_BRIDGE_CTL_VGA) in cpqhp_process_SS()
/linux-4.1.27/arch/x86/pci/
Dfixup.c344 if (!(config & PCI_BRIDGE_CTL_VGA)) in pci_fixup_video()
/linux-4.1.27/include/uapi/linux/
Dpci_regs.h154 #define PCI_BRIDGE_CTL_VGA 0x08 /* Forward VGA addresses */ macro
/linux-4.1.27/drivers/gpu/vga/
Dvgaarb.c571 if (!(l & PCI_BRIDGE_CTL_VGA)) { in vga_arbiter_add_pci_device()
/linux-4.1.27/drivers/pci/
Dpci.c4308 cmd |= PCI_BRIDGE_CTL_VGA; in pci_set_vga_state()
4310 cmd &= ~PCI_BRIDGE_CTL_VGA; in pci_set_vga_state()