Searched refs:cqcfg (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/mmc/host/ |
H A D | cqhci-core.c | 249 u32 cqcfg; in __cqhci_enable() local 251 cqcfg = cqhci_readl(cq_host, CQHCI_CFG); in __cqhci_enable() 254 if (cqcfg & CQHCI_ENABLE) { in __cqhci_enable() 255 cqcfg &= ~CQHCI_ENABLE; in __cqhci_enable() 256 cqhci_writel(cq_host, cqcfg, CQHCI_CFG); in __cqhci_enable() 259 cqcfg &= ~(CQHCI_DCMD | CQHCI_TASK_DESC_SZ); in __cqhci_enable() 262 cqcfg |= CQHCI_DCMD; in __cqhci_enable() 265 cqcfg |= CQHCI_TASK_DESC_SZ; in __cqhci_enable() 268 cqcfg |= CQHCI_CRYPTO_GENERAL_ENABLE; in __cqhci_enable() 270 cqhci_writel(cq_host, cqcfg, CQHCI_CFG); in __cqhci_enable() [all …]
|
H A D | sdhci-msm.c | 2051 u32 cqcfg; in sdhci_msm_cqe_add_host() local 2089 cqcfg = cqhci_readl(cq_host, CQHCI_VENDOR_CFG1); in sdhci_msm_cqe_add_host() 2090 cqcfg |= CQHCI_VENDOR_DIS_RST_ON_CQ_EN; in sdhci_msm_cqe_add_host() 2091 cqhci_writel(cq_host, cqcfg, CQHCI_VENDOR_CFG1); in sdhci_msm_cqe_add_host()
|
/openbmc/qemu/include/block/ |
H A D | ufs.h | 196 uint32_t cqcfg; member 217 REG32(CQCFG, offsetof(UfsMcqReg, cqcfg))
|
/openbmc/qemu/hw/ufs/ |
H A D | ufs.c | 728 reg->cqcfg = data; in ufs_write_mcq_reg()
|