Home
last modified time | relevance | path

Searched refs:INTEL_ACTIVELTR (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/ufs/
H A 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()
/kernel/linux/linux-6.6/drivers/ufs/host/
H A 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()
/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dsdhci-pci-core.c793 #define INTEL_ACTIVELTR 0x804 macro
807 intel_host->active_ltr = readl(host->ioaddr + INTEL_ACTIVELTR); in intel_cache_ltr()
826 ltr = readl(host->ioaddr + INTEL_ACTIVELTR); in intel_ltr_set()
848 writel(ltr, host->ioaddr + INTEL_ACTIVELTR); in intel_ltr_set()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dsdhci-pci-core.c735 #define INTEL_ACTIVELTR 0x804 macro
749 intel_host->active_ltr = readl(host->ioaddr + INTEL_ACTIVELTR); in intel_cache_ltr()
768 ltr = readl(host->ioaddr + INTEL_ACTIVELTR); in intel_ltr_set()
790 writel(ltr, host->ioaddr + INTEL_ACTIVELTR); in intel_ltr_set()

Completed in 8 milliseconds