Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/mmc/host/
A Dcqhci-core.c254 if (cqcfg & CQHCI_ENABLE) { in __cqhci_enable()
255 cqcfg &= ~CQHCI_ENABLE; in __cqhci_enable()
281 cqcfg |= CQHCI_ENABLE; in __cqhci_enable()
306 cqcfg &= ~CQHCI_ENABLE; in __cqhci_disable()
1090 cqcfg &= ~CQHCI_ENABLE; in cqhci_recovery_finish()
1092 cqcfg |= CQHCI_ENABLE; in cqhci_recovery_finish()
A Dcqhci.h32 #define CQHCI_ENABLE 0x00000001 macro
A Dsdhci-tegra.c1250 if (val & CQHCI_ENABLE) in sdhci_tegra_cqe_enable()
1251 cqhci_writel(cq_host, (val & ~CQHCI_ENABLE), in sdhci_tegra_cqe_enable()
1255 if (val & CQHCI_ENABLE) in sdhci_tegra_cqe_enable()
1323 reg |= CQHCI_ENABLE; in sdhci_tegra_cqe_pre_enable()
1334 reg &= ~CQHCI_ENABLE; in sdhci_tegra_cqe_post_disable()
A Dsdhci-pci-gli.c841 value |= CQHCI_ENABLE; in sdhci_gl9763e_cqe_pre_enable()
873 value &= ~CQHCI_ENABLE; in sdhci_gl9763e_cqe_post_disable()
A Dmtk-sd.c2499 reg |= CQHCI_ENABLE; in msdc_cqe_pre_enable()
2509 reg &= ~CQHCI_ENABLE; in msdc_cqe_post_disable()

Completed in 19 milliseconds