Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mmc/host/
Dsdhci.c4126 u64 dt_caps = 0; in __sdhci_read_caps() local
4147 "sdhci-caps", &dt_caps); in __sdhci_read_caps()
4160 host->caps |= lower_32_bits(dt_caps); in __sdhci_read_caps()
4171 host->caps1 |= upper_32_bits(dt_caps); in __sdhci_read_caps()