Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/ufs/
Dufshcd-pci.c55 #define INTEL_ACTIVELTR 0x804 macro
68 host->active_ltr = readl(hba->mmio_base + INTEL_ACTIVELTR); in intel_cache_ltr()
85 ltr = readl(hba->mmio_base + INTEL_ACTIVELTR); in intel_ltr_set()
107 writel(ltr, hba->mmio_base + INTEL_ACTIVELTR); in intel_ltr_set()
/Linux-v5.10/drivers/mmc/host/
Dsdhci-pci-core.c776 #define INTEL_ACTIVELTR 0x804 macro
790 intel_host->active_ltr = readl(host->ioaddr + INTEL_ACTIVELTR); in intel_cache_ltr()
809 ltr = readl(host->ioaddr + INTEL_ACTIVELTR); in intel_ltr_set()
831 writel(ltr, host->ioaddr + INTEL_ACTIVELTR); in intel_ltr_set()