dt_caps          3598 drivers/mmc/host/sdhci.c 	u64 dt_caps = 0;
dt_caps          3619 drivers/mmc/host/sdhci.c 			     "sdhci-caps", &dt_caps);
dt_caps          3632 drivers/mmc/host/sdhci.c 		host->caps |= lower_32_bits(dt_caps);
dt_caps          3643 drivers/mmc/host/sdhci.c 		host->caps1 |= upper_32_bits(dt_caps);