Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/mmc/host/
Dsdhci-acpi.c109 u32 dsm_fns; member
148 if (fn > 31 || !(intel_host->dsm_fns & (1 << fn))) in intel_dsm()
161 err = __intel_dsm(intel_host, dev, INTEL_DSM_FNS, &intel_host->dsm_fns); in intel_dsm_init()
169 mmc_hostname(mmc), intel_host->dsm_fns); in intel_dsm_init()
Dsdhci-pci-core.c515 u32 dsm_fns; member
558 if (fn > 31 || !(intel_host->dsm_fns & (1 << fn))) in intel_dsm()
572 err = __intel_dsm(intel_host, dev, INTEL_DSM_FNS, &intel_host->dsm_fns); in intel_dsm_init()
580 mmc_hostname(mmc), intel_host->dsm_fns); in intel_dsm_init()