Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Dsdhci.c3364 u64 dt_caps = 0; in __sdhci_read_caps() local
3382 "sdhci-caps", &dt_caps); in __sdhci_read_caps()
3395 host->caps |= lower_32_bits(dt_caps); in __sdhci_read_caps()
3406 host->caps1 |= upper_32_bits(dt_caps); in __sdhci_read_caps()