Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/ufs/
Dufshcd-pci.c21 u32 idle_ltr; member
69 host->idle_ltr = readl(hba->mmio_base + INTEL_IDLELTR); in intel_cache_ltr()
137 debugfs_create_x32("idle_ltr", 0444, dir, &host->idle_ltr); in intel_add_debugfs()
/kernel/linux/linux-5.10/drivers/mfd/
Dintel-lpss.c84 u32 idle_ltr; member
134 lpss->idle_ltr = readl(lpss->priv + LPSS_PRIV_IDLELTR); in intel_lpss_cache_ltr()
150 debugfs_create_x32("idle_ltr", S_IRUGO, dir, &lpss->idle_ltr); in intel_lpss_debugfs_add()
/kernel/linux/linux-5.10/drivers/mmc/host/
Dsdhci-pci-core.c523 u32 idle_ltr; member
808 intel_host->idle_ltr = readl(host->ioaddr + INTEL_IDLELTR); in intel_cache_ltr()
926 debugfs_create_x32("idle_ltr", 0444, dir, &intel_host->idle_ltr); in byt_add_debugfs()