Home
last modified time | relevance | path

Searched refs:PCI_BRIDGE_CTL_ISA (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/x86/pci/
H A Di386.c136 !(dev->bus->bridge_ctl & PCI_BRIDGE_CTL_ISA)) in skip_isa_ioresource_align()
/openbmc/linux/drivers/pci/
H A Dpci-bridge-emul.c160 PCI_BRIDGE_CTL_ISA |
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h163 #define PCI_BRIDGE_CTL_ISA 0x04 /* Enable ISA mode */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h164 #define PCI_BRIDGE_CTL_ISA 0x04 /* Enable ISA mode */ macro
/openbmc/linux/arch/powerpc/kernel/
H A Dpci-common.c1117 !(dev->bus->bridge_ctl & PCI_BRIDGE_CTL_ISA)) in skip_isa_ioresource_align()
/openbmc/qemu/hw/pci/
H A Dpci.c927 PCI_BRIDGE_CTL_ISA | in pci_init_mask_bridge()