Home
last modified time | relevance | path

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

/linux/drivers/i3c/master/mipi-i3c-hci/
H A Dmipi-i3c-hci-pci.c52 u32 active_ltr; member
59 host->active_ltr = readl(host->priv + INTEL_ACTIVELTR); in intel_cache_ltr()
93 if (ltr == host->active_ltr) in intel_ltr_set()
123 debugfs_create_x32("active_ltr", 0444, dir, &host->active_ltr); in intel_add_debugfs()
/linux/drivers/ufs/host/
H A Dufshcd-pci.c33 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()