Home
last modified time | relevance | path

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

/drivers/scsi/ufs/
Dufshcd-pci.c20 u32 active_ltr; member
68 host->active_ltr = readl(hba->mmio_base + INTEL_ACTIVELTR); in intel_cache_ltr()
104 if (ltr == host->active_ltr) in intel_ltr_set()
136 debugfs_create_x32("active_ltr", 0444, dir, &host->active_ltr); in intel_add_debugfs()
/drivers/mfd/
Dintel-lpss.c83 u32 active_ltr; member
133 lpss->active_ltr = readl(lpss->priv + LPSS_PRIV_ACTIVELTR); in intel_lpss_cache_ltr()
149 debugfs_create_x32("active_ltr", S_IRUGO, dir, &lpss->active_ltr); in intel_lpss_debugfs_add()
186 if (ltr == lpss->active_ltr) in intel_lpss_ltr_set()
/drivers/mmc/host/
Dsdhci-pci-core.c522 u32 active_ltr; member
807 intel_host->active_ltr = readl(host->ioaddr + INTEL_ACTIVELTR); in intel_cache_ltr()
845 if (ltr == intel_host->active_ltr) in intel_ltr_set()
925 debugfs_create_x32("active_ltr", 0444, dir, &intel_host->active_ltr); in byt_add_debugfs()