Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/mmc/host/
Dsdhci.c4121 u64 dt_caps = 0; in __sdhci_read_caps() local
4142 "sdhci-caps", &dt_caps); in __sdhci_read_caps()
4155 host->caps |= lower_32_bits(dt_caps); in __sdhci_read_caps()
4166 host->caps1 |= upper_32_bits(dt_caps); in __sdhci_read_caps()