Searched refs:cqhci (Results 1 – 8 of 8) sorted by relevance
101 obj-$(CONFIG_MMC_CQHCI) += cqhci.o102 cqhci-y += cqhci-core.o103 cqhci-$(CONFIG_MMC_CRYPTO) += cqhci-crypto.o
457 bool cqhci; /* support eMMC hw cmdq */ member2413 host->cqhci = true; in msdc_of_property_parse()2415 host->cqhci = false; in msdc_of_property_parse()2563 if (host->cqhci) in msdc_drv_probe()
39 - "cqhci" for CQE register map
790 reg-names = "hc", "cqhci";
1317 reg-names = "hc", "cqhci", "ice";
469 reg-names = "hc", "cqhci";
701 reg-names = "hc", "cqhci";
6903 F: drivers/mmc/host/cqhci*