Home
last modified time | relevance | path

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

/openbmc/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.c1081 if (cc == PCI_CLASS_STORAGE_IDE) in ahci_pci_print_info()
H A Dlibata-sff.c2287 if ((pdev->class >> 8) == PCI_CLASS_STORAGE_IDE) { in ata_pci_sff_activate_host()
/openbmc/qemu/hw/ide/
H A Dpiix.c192 k->class_id = PCI_CLASS_STORAGE_IDE; in piix3_ide_class_init()
215 k->class_id = PCI_CLASS_STORAGE_IDE; in piix4_ide_class_init()
H A Dvia.c265 k->class_id = PCI_CLASS_STORAGE_IDE; in via_ide_class_init()
H A Dcmd646.c333 k->class_id = PCI_CLASS_STORAGE_IDE; in cmd646_ide_class_init()
/openbmc/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()
/openbmc/qemu/include/hw/pci/
H A Dpci_ids.h21 #define PCI_CLASS_STORAGE_IDE 0x0101 macro
/openbmc/linux/arch/alpha/kernel/
H A Dpci.c77 if (dev->class >> 8 == PCI_CLASS_STORAGE_IDE) { in quirk_cypress()
/openbmc/linux/drivers/acpi/
H A Dpci_irq.c419 if (dev->class >> 8 == PCI_CLASS_STORAGE_IDE && in acpi_pci_irq_enable()
/openbmc/qemu/hw/i386/xen/
H A Dxen_platform.c239 case PCI_CLASS_STORAGE_IDE: in unplug_disks()
/openbmc/linux/drivers/pnp/
H A Dresource.c320 if (class == PCI_CLASS_STORAGE_IDE) { in pci_dev_uses_irq()
/openbmc/linux/drivers/pci/
H A Dquirks.c1460 PCI_CLASS_STORAGE_IDE, 8, quirk_no_ata_d3);
1462 PCI_CLASS_STORAGE_IDE, 8, quirk_no_ata_d3);
1465 PCI_CLASS_STORAGE_IDE, 8, quirk_no_ata_d3);
1469 PCI_CLASS_STORAGE_IDE, 8, quirk_no_ata_d3);
1899 DECLARE_PCI_FIXUP_CLASS_FINAL(PCI_VENDOR_ID_JMICRON, PCI_ANY_ID, PCI_CLASS_STORAGE_IDE, 8, quirk_jm…
H A Dprobe.c1939 if (class == PCI_CLASS_STORAGE_IDE) { in pci_setup_device()
/openbmc/linux/arch/sparc/kernel/
H A Dpci.c328 if ((dev->class >> 8) == PCI_CLASS_STORAGE_IDE) in of_create_pci_dev()
/openbmc/linux/arch/powerpc/platforms/powermac/
H A Dpci.c1120 if ((dev->class >> 8) != PCI_CLASS_STORAGE_IDE) in pmac_pci_fixup_pciata()
/openbmc/u-boot/drivers/block/
H A Dide.c1227 { PCI_DEVICE_CLASS(PCI_CLASS_STORAGE_IDE << 8, 0xffff00) },
/openbmc/linux/arch/x86/pci/
H A Dirq.c1780 if (dev->class >> 8 == PCI_CLASS_STORAGE_IDE && in pirq_enable_irq()
/openbmc/u-boot/include/
H A Dpci_ids.h17 #define PCI_CLASS_STORAGE_IDE 0x0101 macro
/openbmc/linux/include/linux/
H A Dpci_ids.h20 #define PCI_CLASS_STORAGE_IDE 0x0101 macro
/openbmc/qemu/hw/ppc/
H A Dspapr_pci.c974 { PCI_CLASS_STORAGE_IDE, "ide", NULL },