Searched defs:sdhci_host (Results 1 – 2 of 2) sorted by relevance
375 struct sdhci_host { struct377 const char *hw_name; /* Hardware bus name */379 unsigned int quirks; /* Deviations from spec. */442 unsigned int quirks2; /* More deviations from spec. */489 int irq; /* Device IRQ */490 void __iomem *ioaddr; /* Mapped address */491 phys_addr_t mapbase; /* physical address base */492 char *bounce_buffer; /* For packing SDMA reads/writes */493 dma_addr_t bounce_addr;494 unsigned int bounce_buffer_size;[all …]
363 struct sdhci_host { struct365 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 …]