Home
last modified time | relevance | path

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

/drivers/mfd/
A Dintel-lpss.c91 u32 active_ltr; member
141 lpss->active_ltr = readl(lpss->priv + LPSS_PRIV_ACTIVELTR); in intel_lpss_cache_ltr()
157 debugfs_create_x32("active_ltr", S_IRUGO, dir, &lpss->active_ltr); in intel_lpss_debugfs_add()
194 if (ltr == lpss->active_ltr) in intel_lpss_ltr_set()
/drivers/ufs/host/
A Dufshcd-pci.c32 u32 active_ltr; member
227 host->active_ltr = readl(hba->mmio_base + INTEL_ACTIVELTR); in intel_cache_ltr()
263 if (ltr == host->active_ltr) in intel_ltr_set()
295 debugfs_create_x32("active_ltr", 0444, dir, &host->active_ltr); in intel_add_debugfs()
/drivers/mmc/host/
A Dsdhci-pci-core.c462 u32 active_ltr; member
745 intel_host->active_ltr = readl(host->ioaddr + INTEL_ACTIVELTR); in intel_cache_ltr()
783 if (ltr == intel_host->active_ltr) in intel_ltr_set()
863 debugfs_create_x32("active_ltr", 0444, dir, &intel_host->active_ltr); in byt_add_debugfs()

Completed in 12 milliseconds