Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/ufs/host/
Dufshcd-pci.c34 u32 dsm_fns; member
48 return fn < 32 && fn >= 0 && (host->dsm_fns & (1u << fn)); in __intel_dsm_supported()
93 err = __intel_dsm(intel_host, dev, INTEL_DSM_FNS, &intel_host->dsm_fns); in intel_dsm_init()
94 dev_dbg(dev, "DSM fns %#x, error %d\n", intel_host->dsm_fns, err); in intel_dsm_init()
/Linux-v6.1/drivers/mmc/host/
Dsdhci-acpi.c108 u32 dsm_fns; member
147 if (fn > 31 || !(intel_host->dsm_fns & (1 << fn))) in intel_dsm()
160 err = __intel_dsm(intel_host, dev, INTEL_DSM_FNS, &intel_host->dsm_fns); in intel_dsm_init()
168 mmc_hostname(mmc), intel_host->dsm_fns); in intel_dsm_init()
Dsdhci-pci-core.c469 u32 dsm_fns; member
513 if (fn > 31 || !(intel_host->dsm_fns & (1 << fn))) in intel_dsm()
527 err = __intel_dsm(intel_host, dev, INTEL_DSM_FNS, &intel_host->dsm_fns); in intel_dsm_init()
535 mmc_hostname(mmc), intel_host->dsm_fns); in intel_dsm_init()