Home
last modified time | relevance | path

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

/linux/drivers/ufs/host/
H A Dufshcd-pci.c32 u32 dsm_fns; member
47 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()