Searched defs:sdhci_host (Results 1 – 1 of 1) sorted by relevance
349 struct sdhci_host { struct351 const char *hw_name; /* Hardware bus name */353 unsigned int quirks; /* Deviations from spec. */416 unsigned int quirks2; /* More deviations from spec. */454 int irq; /* Device IRQ */455 void __iomem *ioaddr; /* Mapped address */456 char *bounce_buffer; /* For packing SDMA reads/writes */457 dma_addr_t bounce_addr;458 unsigned int bounce_buffer_size;460 const struct sdhci_ops *ops; /* Low level hw interface */[all …]