Home
last modified time | relevance | path

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

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

Completed in 34 milliseconds