Searched defs:sdhci_host (Results 1 – 1 of 1) sorted by relevance
20 struct sdhci_host { struct22 const char *hw_name; /* Hardware bus name */24 unsigned int quirks; /* Deviations from spec. */91 unsigned int quirks2; /* More deviations from spec. */93 int irq; /* Device IRQ */94 void __iomem *ioaddr; /* Mapped address */96 const struct sdhci_ops *ops; /* Low level hw interface */98 struct regulator *vmmc; /* Power regulator */101 struct mmc_host *mmc; /* MMC structure */102 u64 dma_mask; /* custom DMA mask */[all …]