Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Dcqhci.c118 cqhci_readl(cq_host, CQHCI_CFG), in cqhci_dumpregs()
175 cqhci_writel(cq_host, cqhci_readl(cq_host, CQHCI_CFG) | in cqhci_host_alloc_tdl()
176 CQHCI_TASK_DESC_SZ, CQHCI_CFG); in cqhci_host_alloc_tdl()
243 cqcfg = cqhci_readl(cq_host, CQHCI_CFG); in __cqhci_enable()
248 cqhci_writel(cq_host, cqcfg, CQHCI_CFG); in __cqhci_enable()
259 cqhci_writel(cq_host, cqcfg, CQHCI_CFG); in __cqhci_enable()
272 cqhci_writel(cq_host, cqcfg, CQHCI_CFG); in __cqhci_enable()
291 cqcfg = cqhci_readl(cq_host, CQHCI_CFG); in __cqhci_disable()
293 cqhci_writel(cq_host, cqcfg, CQHCI_CFG); in __cqhci_disable()
1019 cqcfg = cqhci_readl(cq_host, CQHCI_CFG); in cqhci_recovery_finish()
[all …]
Dcqhci.h34 #define CQHCI_CFG 0x08 macro