Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/mmc/host/
Dcqhci.c108 cqhci_readl(cq_host, CQHCI_CAP), in cqhci_dumpregs()
109 cqhci_readl(cq_host, CQHCI_VER)); in cqhci_dumpregs()
111 cqhci_readl(cq_host, CQHCI_CFG), in cqhci_dumpregs()
112 cqhci_readl(cq_host, CQHCI_CTL)); in cqhci_dumpregs()
114 cqhci_readl(cq_host, CQHCI_IS), in cqhci_dumpregs()
115 cqhci_readl(cq_host, CQHCI_ISTE)); in cqhci_dumpregs()
117 cqhci_readl(cq_host, CQHCI_ISGE), in cqhci_dumpregs()
118 cqhci_readl(cq_host, CQHCI_IC)); in cqhci_dumpregs()
120 cqhci_readl(cq_host, CQHCI_TDLBA), in cqhci_dumpregs()
121 cqhci_readl(cq_host, CQHCI_TDLBAU)); in cqhci_dumpregs()
[all …]
Dcqhci.h221 static inline u32 cqhci_readl(struct cqhci_host *host, int reg) in cqhci_readl() function
Dsdhci-tegra.c1172 cqhci_readl(cq_host, CQHCI_CTL) & CQHCI_HALT) { in tegra_cqhci_writel()
1178 ctrl = cqhci_readl(cq_host, CQHCI_CTL); in tegra_cqhci_writel()
1217 val = cqhci_readl(cq_host, CQHCI_CFG); in sdhci_tegra_cqe_enable()
1233 val = cqhci_readl(cq_host, CQHCI_SSC1); in sdhci_tegra_cqe_enable()
Dsdhci-pci-gli.c659 value = cqhci_readl(cq_host, CQHCI_CFG); in sdhci_gl9763e_cqe_pre_enable()
691 value = cqhci_readl(cq_host, CQHCI_CFG); in sdhci_gl9763e_cqe_post_disable()
Dsdhci-esdhc-imx.c1403 tmp = cqhci_readl(cq_host, CQHCI_IS); in sdhci_esdhc_imx_hwinit()
1453 if (cqhci_readl(cq_host, CQHCI_CTL) && CQHCI_HALT) in esdhc_cqe_enable()
Dmtk-sd.c2304 reg = cqhci_readl(cq_host, CQHCI_CFG); in msdc_cqe_pre_enable()
2314 reg = cqhci_readl(cq_host, CQHCI_CFG); in msdc_cqe_post_disable()
Dsdhci-msm.c1883 cqcfg = cqhci_readl(cq_host, CQHCI_VENDOR_CFG1); in sdhci_msm_cqe_add_host()