Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Dsdhci-acpi.c113 u32 dsm_fns; member
152 if (fn > 31 || !(intel_host->dsm_fns & (1 << fn))) in intel_dsm()
165 err = __intel_dsm(intel_host, dev, INTEL_DSM_FNS, &intel_host->dsm_fns); in intel_dsm_init()
173 mmc_hostname(mmc), intel_host->dsm_fns); in intel_dsm_init()
Dsdhci-pci-core.c462 u32 dsm_fns; member
500 if (fn > 31 || !(intel_host->dsm_fns & (1 << fn))) in intel_dsm()
514 err = __intel_dsm(intel_host, dev, INTEL_DSM_FNS, &intel_host->dsm_fns); in intel_dsm_init()
522 mmc_hostname(mmc), intel_host->dsm_fns); in intel_dsm_init()