Home
last modified time | relevance | path

Searched refs:PCI_CLASS_STORAGE_IDE (Results 1 – 16 of 16) sorted by relevance

/linux/drivers/ata/
H A Data_generic.c231 PCI_CLASS_STORAGE_IDE << 8, 0xFFFFFF00UL,
234 { PCI_DEVICE_CLASS(PCI_CLASS_STORAGE_IDE << 8, 0xFFFFFF00UL),
H A Dpata_jmicron.c152 PCI_CLASS_STORAGE_IDE << 8, 0xffff00, 0 },
H A Dpata_acpi.c260 …{ PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_STORAGE_IDE << 8, 0xFFFFFF00UL, …
H A Dacard-ahci.c170 if (cc == PCI_CLASS_STORAGE_IDE) in acard_ahci_pci_print_info()
H A Data_piix.c217 PCI_CLASS_STORAGE_IDE << 8, 0xffff00, ich6m_sata },
H A Dahci.c1079 if (cc == PCI_CLASS_STORAGE_IDE) in ahci_pci_print_info()
H A Dlibata-sff.c2284 if ((pdev->class >> 8) == PCI_CLASS_STORAGE_IDE) { in ata_pci_sff_activate_host()
/linux/arch/arm/kernel/
H A Dbios32.c166 if ((dev->class >> 8) != PCI_CLASS_STORAGE_IDE) in pci_fixup_ide_bases()
205 if ((dev->class >> 8) == PCI_CLASS_STORAGE_IDE) { in pci_fixup_cy82c693()
/linux/arch/alpha/kernel/
H A Dpci.c77 if (dev->class >> 8 == PCI_CLASS_STORAGE_IDE) { in quirk_cypress()
/linux/drivers/pnp/
H A Dresource.c320 if (class == PCI_CLASS_STORAGE_IDE) { in pci_dev_uses_irq()
/linux/drivers/pci/
H A Dquirks.c1467 PCI_CLASS_STORAGE_IDE, 8, quirk_no_ata_d3);
1469 PCI_CLASS_STORAGE_IDE, 8, quirk_no_ata_d3);
1472 PCI_CLASS_STORAGE_IDE, 8, quirk_no_ata_d3);
1476 PCI_CLASS_STORAGE_IDE, 8, quirk_no_ata_d3);
1906 DECLARE_PCI_FIXUP_CLASS_FINAL(PCI_VENDOR_ID_JMICRON, PCI_ANY_ID, PCI_CLASS_STORAGE_IDE, 8, quirk_jm…
H A Dprobe.c1992 if (class == PCI_CLASS_STORAGE_IDE) { in pci_setup_device()
/linux/arch/sparc/kernel/
H A Dpci.c328 if ((dev->class >> 8) == PCI_CLASS_STORAGE_IDE) in of_create_pci_dev()
/linux/arch/powerpc/platforms/powermac/
H A Dpci.c1120 if ((dev->class >> 8) != PCI_CLASS_STORAGE_IDE) in pmac_pci_fixup_pciata()
/linux/arch/x86/pci/
H A Dirq.c1780 if (dev->class >> 8 == PCI_CLASS_STORAGE_IDE && in pirq_enable_irq()
/linux/include/linux/
H A Dpci_ids.h20 #define PCI_CLASS_STORAGE_IDE 0x0101 macro