Home
last modified time | relevance | path

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

/openbmc/linux/arch/ia64/pci/
H A Dfixup.c56 if (!(config & PCI_BRIDGE_CTL_VGA)) in pci_fixup_video()
/openbmc/linux/drivers/pci/
H A Dpci-bridge-emul.c161 PCI_BRIDGE_CTL_VGA |
H A Dvgaarb.c815 if (!(l & PCI_BRIDGE_CTL_VGA)) { in vga_arbiter_add_pci_device()
H A Dpci.c6560 cmd |= PCI_BRIDGE_CTL_VGA; in pci_set_vga_state()
6562 cmd &= ~PCI_BRIDGE_CTL_VGA; in pci_set_vga_state()
/openbmc/qemu/hw/pci/
H A Dpci_bridge.c181 if (brctl & PCI_BRIDGE_CTL_VGA) { in pci_bridge_init_vga_aliases()
H A Dpci.c944 PCI_BRIDGE_CTL_VGA | in pci_init_mask_bridge()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h164 #define PCI_BRIDGE_CTL_VGA 0x08 /* Forward VGA addresses */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h165 #define PCI_BRIDGE_CTL_VGA 0x08 /* Forward VGA addresses */ macro
/openbmc/linux/arch/x86/pci/
H A Dfixup.c336 if (!(config & PCI_BRIDGE_CTL_VGA)) in pci_fixup_video()
/openbmc/u-boot/include/
H A Dpci.h270 #define PCI_BRIDGE_CTL_VGA 0x08 /* Forward VGA addresses */ macro
/openbmc/u-boot/drivers/pci/
H A Dpci-uclass.c501 bc |= PCI_BRIDGE_CTL_VGA; in set_vga_bridge_bits()
/openbmc/linux/drivers/pci/hotplug/
H A Dcpqphp_ctrl.c2069 if (BCR & PCI_BRIDGE_CTL_VGA) in cpqhp_process_SS()