Home
last modified time | relevance | path

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

/linux-6.15/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()
/linux-6.15/drivers/ata/
H A Dpata_sl82c105.c281 bridge->class >> 8 != PCI_CLASS_BRIDGE_ISA) { in sl82c105_bridge_revision()
/linux-6.15/arch/mips/loongson2ef/common/cs5536/
H A Dcs5536_isa.c326 PCI_CLASS_BRIDGE_ISA, 8, cs5536_isa_mmio_always_on);
/linux-6.15/drivers/gpu/drm/i915/soc/
H A Dintel_pch.c280 while ((pch = pci_get_class(PCI_CLASS_BRIDGE_ISA << 8, pch))) { in intel_detect_pch()
/linux-6.15/drivers/vfio/pci/
H A Dvfio_pci_igd.c420 lpc_bridge->class != (PCI_CLASS_BRIDGE_ISA << 8)) { in vfio_pci_igd_cfg_init()
/linux-6.15/arch/powerpc/platforms/pseries/
H A Deeh_pseries.c398 if ((pdn->class_code >> 8) == PCI_CLASS_BRIDGE_ISA) in pseries_eeh_init_edev()
/linux-6.15/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c350 if ((pdev->class >> 8) == PCI_CLASS_BRIDGE_ISA) in pnv_eeh_probe()
/linux-6.15/include/linux/
H A Dpci_ids.h59 #define PCI_CLASS_BRIDGE_ISA 0x0601 macro
/linux-6.15/drivers/iommu/intel/
H A Diommu.c39 #define IS_ISA_DEVICE(pdev) ((pdev->class >> 8) == PCI_CLASS_BRIDGE_ISA)
3887 if ((pdev->class >> 8) == PCI_CLASS_BRIDGE_ISA) { in intel_iommu_get_resv_regions()