Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dsdhci.h376 struct sdhci_host { struct
378 const char *hw_name; /* Hardware bus name */
380 unsigned int quirks; /* Deviations from spec. */
443 unsigned int quirks2; /* More deviations from spec. */
490 int irq; /* Device IRQ */
491 void __iomem *ioaddr; /* Mapped address */
492 phys_addr_t mapbase; /* physical address base */
493 char *bounce_buffer; /* For packing SDMA reads/writes */
494 dma_addr_t bounce_addr;
495 unsigned int bounce_buffer_size;
[all …]
/openbmc/u-boot/include/
H A Dsdhci.h259 struct sdhci_host { struct
260 const char *name;
284 static inline void sdhci_writel(struct sdhci_host *host, u32 val, int reg) in sdhci_writel() argument