Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dcqhci-core.c254 u32 cqcfg; in __cqhci_enable() local
256 cqcfg = cqhci_readl(cq_host, CQHCI_CFG); in __cqhci_enable()
259 if (cqcfg & CQHCI_ENABLE) { in __cqhci_enable()
260 cqcfg &= ~CQHCI_ENABLE; in __cqhci_enable()
261 cqhci_writel(cq_host, cqcfg, CQHCI_CFG); in __cqhci_enable()
264 cqcfg &= ~(CQHCI_DCMD | CQHCI_TASK_DESC_SZ); in __cqhci_enable()
267 cqcfg |= CQHCI_DCMD; in __cqhci_enable()
270 cqcfg |= CQHCI_TASK_DESC_SZ; in __cqhci_enable()
273 cqcfg |= CQHCI_CRYPTO_GENERAL_ENABLE; in __cqhci_enable()
275 cqhci_writel(cq_host, cqcfg, CQHCI_CFG); in __cqhci_enable()
[all …]