Home
last modified time | relevance | path

Searched refs:dump_uhs2_regs (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/mmc/host/
H A Dsdhci.h725 void (*dump_uhs2_regs)(struct sdhci_host *host); member
H A Dsdhci-pci-gli.c2041 .dump_uhs2_regs = sdhci_uhs2_dump_regs,
2115 .dump_uhs2_regs = sdhci_uhs2_dump_regs,
H A Dsdhci.c111 if (host->ops->dump_uhs2_regs) in sdhci_dumpregs()
112 host->ops->dump_uhs2_regs(host); in sdhci_dumpregs()