Home
last modified time | relevance | path

Searched refs:PCI_CLASS_BRIDGE_ISA (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/arch/alpha/kernel/
H A Dpci.c66 dev->class = PCI_CLASS_BRIDGE_ISA << 8; in quirk_isa_bridge()
95 if (dev->class >> 8 == PCI_CLASS_BRIDGE_ISA) { in quirk_cypress()
113 if (class == PCI_CLASS_BRIDGE_ISA || class == PCI_CLASS_BRIDGE_EISA) { in pcibios_fixup_final()
/openbmc/qemu/hw/isa/
H A Di82378.c134 k->class_id = PCI_CLASS_BRIDGE_ISA; in i82378_class_init()
H A Dvt82c686.c845 k->class_id = PCI_CLASS_BRIDGE_ISA; in vt82c686b_class_init()
910 k->class_id = PCI_CLASS_BRIDGE_ISA; in vt8231_class_init()
H A Dpiix.c432 k->class_id = PCI_CLASS_BRIDGE_ISA; in pci_piix_class_init()
H A Dlpc_ich9.c897 k->class_id = PCI_CLASS_BRIDGE_ISA; in ich9_lpc_class_init()
/openbmc/qemu/include/hw/pci/
H A Dpci_ids.h62 #define PCI_CLASS_BRIDGE_ISA 0x0601 macro
/openbmc/linux/drivers/ata/
H A Dpata_sl82c105.c281 bridge->class >> 8 != PCI_CLASS_BRIDGE_ISA) { in sl82c105_bridge_revision()
/openbmc/linux/arch/mips/loongson2ef/common/cs5536/
H A Dcs5536_isa.c326 PCI_CLASS_BRIDGE_ISA, 8, cs5536_isa_mmio_always_on);
/openbmc/linux/drivers/gpu/drm/i915/soc/
H A Dintel_pch.c241 while ((pch = pci_get_class(PCI_CLASS_BRIDGE_ISA << 8, pch))) { in intel_detect_pch()
/openbmc/qemu/hw/xen/
H A Dxen_pt_graphics.c358 k->class_id = PCI_CLASS_BRIDGE_ISA; in isa_bridge_class_init()
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_igd.c420 lpc_bridge->class != (PCI_CLASS_BRIDGE_ISA << 8)) { in vfio_pci_igd_cfg_init()
/openbmc/qemu/hw/vfio/
H A Digd.c214 k->class_id = PCI_CLASS_BRIDGE_ISA; in vfio_pci_igd_lpc_bridge_class_init()
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Deeh_pseries.c398 if ((pdn->class_code >> 8) == PCI_CLASS_BRIDGE_ISA) in pseries_eeh_init_edev()
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c351 if ((pdev->class >> 8) == PCI_CLASS_BRIDGE_ISA) in pnv_eeh_probe()
/openbmc/u-boot/include/
H A Dpci_ids.h54 #define PCI_CLASS_BRIDGE_ISA 0x0601 macro
/openbmc/linux/include/linux/
H A Dpci_ids.h59 #define PCI_CLASS_BRIDGE_ISA 0x0601 macro
/openbmc/linux/drivers/iommu/intel/
H A Diommu.c40 #define IS_ISA_DEVICE(pdev) ((pdev->class >> 8) == PCI_CLASS_BRIDGE_ISA)
4491 if ((pdev->class >> 8) == PCI_CLASS_BRIDGE_ISA) { in intel_iommu_get_resv_regions()
/openbmc/qemu/hw/ppc/
H A Dspapr_pci.c1017 { PCI_CLASS_BRIDGE_ISA, "isa", NULL },