Searched defs:sdhci_host (Results 1 – 2 of 2) sorted by relevance
376 struct sdhci_host { struct378 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 …]
259 struct sdhci_host { struct260 const char *name;284 static inline void sdhci_writel(struct sdhci_host *host, u32 val, int reg) in sdhci_writel() argument