Searched refs:active_ltr (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/i3c/master/mipi-i3c-hci/ |
| H A D | mipi-i3c-hci-pci.c | 62 u32 active_ltr; member 69 host->active_ltr = readl(host->priv + INTEL_ACTIVELTR); in intel_cache_ltr() 103 if (ltr == host->active_ltr) in intel_ltr_set() 133 debugfs_create_x32("active_ltr", 0444, dir, &host->active_ltr); in intel_add_debugfs()
|
| /linux/drivers/mfd/ |
| H A D | intel-lpss.c | 91 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()
|
| /linux/drivers/ufs/host/ |
| H A D | ufshcd-pci.c | 33 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/drivers/mmc/host/ |
| H A D | sdhci-pci-core.c | 462 u32 active_ltr; member 756 intel_host->active_ltr = readl(host->ioaddr + INTEL_ACTIVELTR); in intel_cache_ltr() 794 if (ltr == intel_host->active_ltr) in intel_ltr_set() 874 debugfs_create_x32("active_ltr", 0444, dir, &intel_host->active_ltr); in byt_add_debugfs()
|