Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/ia64/pci/
H A Dfixup.c56 if (!(config & PCI_BRIDGE_CTL_VGA)) in pci_fixup_video()
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dpci-bridge-emul.c162 PCI_BRIDGE_CTL_VGA |
H A Dpci.c6074 cmd |= PCI_BRIDGE_CTL_VGA; in pci_set_vga_state()
6076 cmd &= ~PCI_BRIDGE_CTL_VGA; in pci_set_vga_state()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dpci_regs.h164 #define PCI_BRIDGE_CTL_VGA 0x08 /* Forward VGA addresses */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dpci_regs.h164 #define PCI_BRIDGE_CTL_VGA 0x08 /* Forward VGA addresses */ macro
/OK3568_Linux_fs/kernel/arch/x86/pci/
H A Dfixup.c333 if (!(config & PCI_BRIDGE_CTL_VGA)) in pci_fixup_video()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dpci_regs.h164 #define PCI_BRIDGE_CTL_VGA 0x08 /* Forward VGA addresses */ macro
/OK3568_Linux_fs/u-boot/include/
H A Dpci.h270 #define PCI_BRIDGE_CTL_VGA 0x08 /* Forward VGA addresses */ macro
/OK3568_Linux_fs/kernel/drivers/gpu/vga/
H A Dvgaarb.c707 if (!(l & PCI_BRIDGE_CTL_VGA)) { in vga_arbiter_add_pci_device()
/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpci-uclass.c482 bc |= PCI_BRIDGE_CTL_VGA; in set_vga_bridge_bits()
/OK3568_Linux_fs/kernel/drivers/pci/hotplug/
H A Dcpqphp_ctrl.c2081 if (BCR & PCI_BRIDGE_CTL_VGA) in cpqhp_process_SS()