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
490 int irq; /* Device IRQ */
494 dma_addr_t bounce_addr;
506 char led_name[32];
509 spinlock_t lock; /* Mutex */
579 struct dma_chan *rx_chan;
580 struct dma_chan *tx_chan;
583 u32 caps; /* CAPABILITY_0 */
595 u32 thread_isr;
598 u32 ier;
[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