Home
last modified time | relevance | path

Searched refs:cqhci (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/mmc/host/
H A DMakefile103 obj-$(CONFIG_MMC_CQHCI) += cqhci.o
104 cqhci-y += cqhci-core.o
105 cqhci-$(CONFIG_MMC_CRYPTO) += cqhci-crypto.o
H A Dmtk-sd.c499 bool cqhci; /* support eMMC hw cmdq */ member
2820 host->cqhci = true; in msdc_of_property_parse()
2822 host->cqhci = false; in msdc_of_property_parse()
2993 if (host->cqhci) in msdc_drv_probe()
/linux/arch/arm64/boot/dts/qcom/
H A Dipq6018.dtsi464 reg-names = "hc", "cqhci";
H A Dqcm2290.dtsi892 "cqhci",
/linux/
H A DMAINTAINERS8470 F: drivers/mmc/host/cqhci*