Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/ufs/
Dufshcd-pci.c206 #define INTEL_ACTIVELTR 0x804 macro
219 host->active_ltr = readl(hba->mmio_base + INTEL_ACTIVELTR); in intel_cache_ltr()
236 ltr = readl(hba->mmio_base + INTEL_ACTIVELTR); in intel_ltr_set()
258 writel(ltr, hba->mmio_base + INTEL_ACTIVELTR); in intel_ltr_set()
/Linux-v5.15/drivers/mmc/host/
Dsdhci-pci-core.c804 #define INTEL_ACTIVELTR 0x804 macro
818 intel_host->active_ltr = readl(host->ioaddr + INTEL_ACTIVELTR); in intel_cache_ltr()
837 ltr = readl(host->ioaddr + INTEL_ACTIVELTR); in intel_ltr_set()
859 writel(ltr, host->ioaddr + INTEL_ACTIVELTR); in intel_ltr_set()