Searched refs:dsm_fns (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/drivers/scsi/ufs/ |
| D | ufshcd-pci.c | 33 u32 dsm_fns; member 73 if (fn > 31 || !(intel_host->dsm_fns & (1 << fn))) in intel_dsm() 83 err = __intel_dsm(intel_host, dev, INTEL_DSM_FNS, &intel_host->dsm_fns); in intel_dsm_init() 84 dev_dbg(dev, "DSM fns %#x, error %d\n", intel_host->dsm_fns, err); in intel_dsm_init() 302 if (host->dsm_fns & INTEL_DSM_RESET) { in ufs_intel_device_reset() 344 if (host->dsm_fns & INTEL_DSM_RESET) { in ufs_intel_common_init()
|
| /Linux-v5.15/drivers/mmc/host/ |
| D | sdhci-acpi.c | 110 u32 dsm_fns; member 149 if (fn > 31 || !(intel_host->dsm_fns & (1 << fn))) in intel_dsm() 162 err = __intel_dsm(intel_host, dev, INTEL_DSM_FNS, &intel_host->dsm_fns); in intel_dsm_init() 170 mmc_hostname(mmc), intel_host->dsm_fns); in intel_dsm_init()
|
| D | sdhci-pci-core.c | 515 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()
|