Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/mfd/
A 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()
/linux-6.3-rc2/drivers/ufs/host/
A Dufshcd-pci.c35 u32 active_ltr; member
229 host->active_ltr = readl(hba->mmio_base + INTEL_ACTIVELTR); in intel_cache_ltr()
265 if (ltr == host->active_ltr) in intel_ltr_set()
297 debugfs_create_x32("active_ltr", 0444, dir, &host->active_ltr); in intel_add_debugfs()
/linux-6.3-rc2/drivers/mmc/host/
A Dsdhci-pci-core.c471 u32 active_ltr; member
749 intel_host->active_ltr = readl(host->ioaddr + INTEL_ACTIVELTR); in intel_cache_ltr()
787 if (ltr == intel_host->active_ltr) in intel_ltr_set()
867 debugfs_create_x32("active_ltr", 0444, dir, &intel_host->active_ltr); in byt_add_debugfs()

Completed in 14 milliseconds