Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mmc/host/
Dsdhci-acpi.c101 u32 dsm_fns; member
140 if (fn > 31 || !(intel_host->dsm_fns & (1 << fn))) in intel_dsm()
153 err = __intel_dsm(intel_host, dev, INTEL_DSM_FNS, &intel_host->dsm_fns); in intel_dsm_init()
161 mmc_hostname(mmc), intel_host->dsm_fns); in intel_dsm_init()
Dsdhci-pci-core.c507 u32 dsm_fns; member
548 if (fn > 31 || !(intel_host->dsm_fns & (1 << fn))) in intel_dsm()
562 err = __intel_dsm(intel_host, dev, INTEL_DSM_FNS, &intel_host->dsm_fns); in intel_dsm_init()
570 mmc_hostname(mmc), intel_host->dsm_fns); in intel_dsm_init()