Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/mmc/host/
Dsdhci.c4098 u64 dt_caps = 0; in __sdhci_read_caps() local
4119 "sdhci-caps", &dt_caps); in __sdhci_read_caps()
4129 host->caps |= lower_32_bits(dt_caps); in __sdhci_read_caps()
4140 host->caps1 |= upper_32_bits(dt_caps); in __sdhci_read_caps()