Home
last modified time | relevance | path

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

/drivers/ufs/host/
Dufshcd-pci.c216 #define INTEL_ACTIVELTR 0x804 macro
229 host->active_ltr = readl(hba->mmio_base + INTEL_ACTIVELTR); in intel_cache_ltr()
246 ltr = readl(hba->mmio_base + INTEL_ACTIVELTR); in intel_ltr_set()
268 writel(ltr, hba->mmio_base + INTEL_ACTIVELTR); in intel_ltr_set()
/drivers/mmc/host/
Dsdhci-pci-core.c740 #define INTEL_ACTIVELTR 0x804 macro
754 intel_host->active_ltr = readl(host->ioaddr + INTEL_ACTIVELTR); in intel_cache_ltr()
773 ltr = readl(host->ioaddr + INTEL_ACTIVELTR); in intel_ltr_set()
795 writel(ltr, host->ioaddr + INTEL_ACTIVELTR); in intel_ltr_set()