Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mmc/host/
Dcqhci-core.c696 u32 tdpe; in cqhci_error_irq() local
744 tdpe = cqhci_readl(cq_host, CQHCI_TDPE); in cqhci_error_irq()
747 mmc_hostname(mmc), status, tdpe); in cqhci_error_irq()
748 while (tdpe != 0) { in cqhci_error_irq()
749 tag = __ffs(tdpe); in cqhci_error_irq()
750 tdpe &= ~(1 << tag); in cqhci_error_irq()