Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dcqhci-core.c38 return cqhci_readl(cq_host, CQHCI_CTL) & CQHCI_HALT; in cqhci_halted()
120 cqhci_readl(cq_host, CQHCI_CAP), in cqhci_dumpregs()
121 cqhci_readl(cq_host, CQHCI_VER)); in cqhci_dumpregs()
123 cqhci_readl(cq_host, CQHCI_CFG), in cqhci_dumpregs()
124 cqhci_readl(cq_host, CQHCI_CTL)); in cqhci_dumpregs()
126 cqhci_readl(cq_host, CQHCI_IS), in cqhci_dumpregs()
127 cqhci_readl(cq_host, CQHCI_ISTE)); in cqhci_dumpregs()
129 cqhci_readl(cq_host, CQHCI_ISGE), in cqhci_dumpregs()
130 cqhci_readl(cq_host, CQHCI_IC)); in cqhci_dumpregs()
132 cqhci_readl(cq_host, CQHCI_TDLBA), in cqhci_dumpregs()
[all …]
H A Dcqhci-crypto.c180 !(cqhci_readl(cq_host, CQHCI_CAP) & CQHCI_CAP_CS)) in cqhci_crypto_init()
184 cpu_to_le32(cqhci_readl(cq_host, CQHCI_CCAP)); in cqhci_crypto_init()
220 cpu_to_le32(cqhci_readl(cq_host, in cqhci_crypto_init()
H A Dsdhci-tegra.c1201 cqhci_readl(cq_host, CQHCI_CTL) & CQHCI_HALT) { in tegra_cqhci_writel()
1208 ctrl = cqhci_readl(cq_host, CQHCI_CTL); in tegra_cqhci_writel()
1248 val = cqhci_readl(cq_host, CQHCI_CFG); in sdhci_tegra_cqe_enable()
1265 val = cqhci_readl(cq_host, CQHCI_SSC1); in sdhci_tegra_cqe_enable()
1321 reg = cqhci_readl(cq_host, CQHCI_CFG); in sdhci_tegra_cqe_pre_enable()
1332 reg = cqhci_readl(cq_host, CQHCI_CFG); in sdhci_tegra_cqe_post_disable()
H A Dcqhci.h309 static inline u32 cqhci_readl(struct cqhci_host *host, int reg) in cqhci_readl() function
H A Dmtk-sd.c2654 itcfmul = CQHCI_ITCFMUL(cqhci_readl(cq_host, CQHCI_CAP)); in msdc_cqe_cit_cal()
2729 reg = cqhci_readl(cq_host, CQHCI_CFG); in msdc_cqe_pre_enable()
2739 reg = cqhci_readl(cq_host, CQHCI_CFG); in msdc_cqe_post_disable()
H A Dsdhci-msm.c1817 if (!(cqhci_readl(cq_host, CQHCI_CAP) & CQHCI_CAP_CS)) in sdhci_msm_ice_init()
2040 cqcfg = cqhci_readl(cq_host, CQHCI_VENDOR_CFG1); in sdhci_msm_cqe_add_host()