Searched refs:cqhci_readl (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/mmc/host/ |
H A D | cqhci-core.c | 38 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 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()
|
H A 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()
|
H A D | cqhci.h | 309 static inline u32 cqhci_readl(struct cqhci_host *host, int reg) in cqhci_readl() function
|
H A D | mtk-sd.c | 2654 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 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()
|