Searched defs:sdhci_host (Results 1 – 1 of 1) sorted by relevance
372 struct sdhci_host { struct374 const char *hw_name; /* Hardware bus name */376 unsigned int quirks; /* Deviations from spec. */441 unsigned int quirks2; /* More deviations from spec. */486 int irq; /* Device IRQ */487 void __iomem *ioaddr; /* Mapped address */488 char *bounce_buffer; /* For packing SDMA reads/writes */489 dma_addr_t bounce_addr;490 unsigned int bounce_buffer_size;492 const struct sdhci_ops *ops; /* Low level hw interface */[all …]