Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci.h363 struct sdhci_host { struct
365 const char *hw_name; /* Hardware bus name */
367 unsigned int quirks; /* Deviations from spec. */
434 unsigned int quirks2; /* More deviations from spec. */
479 int irq; /* Device IRQ */
480 void __iomem *ioaddr; /* Mapped address */
481 phys_addr_t mapbase; /* physical address base */
482 char *bounce_buffer; /* For packing SDMA reads/writes */
483 dma_addr_t bounce_addr;
484 unsigned int bounce_buffer_size;
[all …]
/OK3568_Linux_fs/u-boot/include/
H A Dsdhci.h273 struct sdhci_host { struct
295 void sdhci_enable_clk(struct sdhci_host *host, u16 clk); argument
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Ds5p_sdhci.c123 struct sdhci_host sdhci_host[SDHCI_MAX_HOSTS]; variable