Home
last modified time | relevance | path

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

/linux-3.4.99/arch/ia64/pci/
Dfixup.c58 if (!(config & PCI_BRIDGE_CTL_VGA)) in pci_fixup_video()
/linux-3.4.99/drivers/pci/hotplug/
Dshpchp_pci.c118 if (bctl & PCI_BRIDGE_CTL_VGA) { in shpchp_unconfigure_device()
Dpciehp_pci.c135 if (bctl & PCI_BRIDGE_CTL_VGA) { in pciehp_unconfigure_device()
Dcpqphp_ctrl.c2129 if (BCR & PCI_BRIDGE_CTL_VGA) in cpqhp_process_SS()
/linux-3.4.99/arch/x86/pci/
Dfixup.c342 if (!(config & PCI_BRIDGE_CTL_VGA)) in pci_fixup_video()
/linux-3.4.99/include/linux/
Dpci_regs.h152 #define PCI_BRIDGE_CTL_VGA 0x08 /* Forward VGA addresses */ macro
/linux-3.4.99/drivers/gpu/vga/
Dvgaarb.c559 if (!(l & PCI_BRIDGE_CTL_VGA)) { in vga_arbiter_add_pci_device()
/linux-3.4.99/drivers/pci/
Dpci.c3639 cmd |= PCI_BRIDGE_CTL_VGA; in pci_set_vga_state()
3641 cmd &= ~PCI_BRIDGE_CTL_VGA; in pci_set_vga_state()