Home
last modified time | relevance | path

Searched refs:PCI_CLASS_SYSTEM_SDHCI (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/mmc/host/
H A Dsdhci-pci.h89 #define SYSTEM_SDHCI (PCI_CLASS_SYSTEM_SDHCI << 8)
H A Dsdhci-pci-core.c1974 if (((pdev->class & 0xFFFF00) == (PCI_CLASS_SYSTEM_SDHCI << 8)) && in sdhci_pci_enable_dma()
/linux/include/linux/
H A Dpci_ids.h89 #define PCI_CLASS_SYSTEM_SDHCI 0x0805 macro