Home
last modified time | relevance | path

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

/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()
/drivers/mmc/host/
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()