Home
last modified time | relevance | path

Searched defs:sdhci_host (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/mmc/host/
Dsdhci.h318 struct sdhci_host { struct
320 const char *hw_name; /* Hardware bus name */
322 unsigned int quirks; /* Deviations from spec. */
385 unsigned int quirks2; /* More deviations from spec. */
421 int irq; /* Device IRQ */
422 void __iomem *ioaddr; /* Mapped address */
424 const struct sdhci_ops *ops; /* Low level hw interface */
427 struct mmc_host *mmc; /* MMC structure */
428 struct mmc_host_ops mmc_host_ops; /* MMC host ops */
429 u64 dma_mask; /* custom DMA mask */
[all …]