Searched defs:sdhci_host (Results 1 – 1 of 1) sorted by relevance
318 struct sdhci_host { struct320 const char *hw_name; /* Hardware bus name */322 unsigned int quirks; /* Deviations from spec. */385 unsigned int quirks2; /* More deviations from spec. */414 int irq; /* Device IRQ */415 void __iomem *ioaddr; /* Mapped address */417 const struct sdhci_ops *ops; /* Low level hw interface */420 struct mmc_host *mmc; /* MMC structure */421 u64 dma_mask; /* custom DMA mask */424 struct led_classdev led; /* LED control */[all …]