Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A 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()
H A Dsdhci-pci-core.c515 u32 dsm_fns; member
559 if (fn > 31 || !(intel_host->dsm_fns & (1 << fn))) in intel_dsm()
573 err = __intel_dsm(intel_host, dev, INTEL_DSM_FNS, &intel_host->dsm_fns); in intel_dsm_init()
581 mmc_hostname(mmc), intel_host->dsm_fns); in intel_dsm_init()