Searched refs:cqhci_readl (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/drivers/mmc/host/ |
D | cqhci-core.c | 115 cqhci_readl(cq_host, CQHCI_CAP), in cqhci_dumpregs() 116 cqhci_readl(cq_host, CQHCI_VER)); in cqhci_dumpregs() 118 cqhci_readl(cq_host, CQHCI_CFG), in cqhci_dumpregs() 119 cqhci_readl(cq_host, CQHCI_CTL)); in cqhci_dumpregs() 121 cqhci_readl(cq_host, CQHCI_IS), in cqhci_dumpregs() 122 cqhci_readl(cq_host, CQHCI_ISTE)); in cqhci_dumpregs() 124 cqhci_readl(cq_host, CQHCI_ISGE), in cqhci_dumpregs() 125 cqhci_readl(cq_host, CQHCI_IC)); in cqhci_dumpregs() 127 cqhci_readl(cq_host, CQHCI_TDLBA), in cqhci_dumpregs() 128 cqhci_readl(cq_host, CQHCI_TDLBAU)); in cqhci_dumpregs() [all …]
|
D | cqhci-crypto.c | 180 !(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()
|
D | sdhci-tegra.c | 1201 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()
|
D | cqhci.h | 306 static inline u32 cqhci_readl(struct cqhci_host *host, int reg) in cqhci_readl() function
|
D | sdhci-pci-gli.c | 1247 value = cqhci_readl(cq_host, CQHCI_CFG); in sdhci_gl9763e_cqe_pre_enable() 1279 value = cqhci_readl(cq_host, CQHCI_CFG); in sdhci_gl9763e_cqe_post_disable()
|
D | sdhci-esdhc-imx.c | 1523 tmp = cqhci_readl(cq_host, CQHCI_IS); in sdhci_esdhc_imx_hwinit() 1573 if (cqhci_readl(cq_host, CQHCI_CTL) & CQHCI_HALT) in esdhc_cqe_enable()
|
D | mtk-sd.c | 2465 itcfmul = CQHCI_ITCFMUL(cqhci_readl(cq_host, CQHCI_CAP)); in msdc_cqe_cit_cal() 2540 reg = cqhci_readl(cq_host, CQHCI_CFG); in msdc_cqe_pre_enable() 2550 reg = cqhci_readl(cq_host, CQHCI_CFG); in msdc_cqe_post_disable()
|
D | sdhci-msm.c | 1817 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()
|