Home
last modified time | relevance | path

Searched refs:CQHCI_ENABLE (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dcqhci.c248 if (cqcfg & CQHCI_ENABLE) { in __cqhci_enable()
249 cqcfg &= ~CQHCI_ENABLE; in __cqhci_enable()
272 cqcfg |= CQHCI_ENABLE; in __cqhci_enable()
297 cqcfg &= ~CQHCI_ENABLE; in __cqhci_disable()
1037 cqcfg &= ~CQHCI_ENABLE; in cqhci_recovery_finish()
1041 cqcfg |= CQHCI_ENABLE; in cqhci_recovery_finish()
H A Dcqhci.h29 #define CQHCI_ENABLE 0x00000001 macro
H A Dsdhci-tegra.c1235 if (val & CQHCI_ENABLE) in sdhci_tegra_cqe_enable()
1236 cqhci_writel(cq_host, (val & ~CQHCI_ENABLE), in sdhci_tegra_cqe_enable()
1240 if (val & CQHCI_ENABLE) in sdhci_tegra_cqe_enable()
1308 reg |= CQHCI_ENABLE; in sdhci_tegra_cqe_pre_enable()
1319 reg &= ~CQHCI_ENABLE; in sdhci_tegra_cqe_post_disable()
H A Dsdhci-pci-gli.c665 value |= CQHCI_ENABLE; in sdhci_gl9763e_cqe_pre_enable()
697 value &= ~CQHCI_ENABLE; in sdhci_gl9763e_cqe_post_disable()
H A Dmtk-sd.c2315 reg |= CQHCI_ENABLE; in msdc_cqe_pre_enable()
2325 reg &= ~CQHCI_ENABLE; in msdc_cqe_post_disable()
/kernel/linux/linux-6.6/drivers/mmc/host/
H 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()
1089 cqcfg &= ~CQHCI_ENABLE; in cqhci_recovery_finish()
1093 cqcfg |= CQHCI_ENABLE; in cqhci_recovery_finish()
H A Dsdhci-tegra.c1249 if (val & CQHCI_ENABLE) in sdhci_tegra_cqe_enable()
1250 cqhci_writel(cq_host, (val & ~CQHCI_ENABLE), in sdhci_tegra_cqe_enable()
1254 if (val & CQHCI_ENABLE) in sdhci_tegra_cqe_enable()
1322 reg |= CQHCI_ENABLE; in sdhci_tegra_cqe_pre_enable()
1333 reg &= ~CQHCI_ENABLE; in sdhci_tegra_cqe_post_disable()
H A Dcqhci.h35 #define CQHCI_ENABLE 0x00000001 macro
H A Dsdhci-pci-gli.c1248 value |= CQHCI_ENABLE; in sdhci_gl9763e_cqe_pre_enable()
1280 value &= ~CQHCI_ENABLE; in sdhci_gl9763e_cqe_post_disable()
H A Dmtk-sd.c2541 reg |= CQHCI_ENABLE; in msdc_cqe_pre_enable()
2551 reg &= ~CQHCI_ENABLE; in msdc_cqe_post_disable()

Completed in 22 milliseconds