Home
last modified time | relevance | path

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

/linux-6.15/drivers/ufs/host/
H A Dufshcd-pci.c219 #define INTEL_ACTIVELTR 0x804 macro
232 host->active_ltr = readl(hba->mmio_base + INTEL_ACTIVELTR); in intel_cache_ltr()
249 ltr = readl(hba->mmio_base + INTEL_ACTIVELTR); in intel_ltr_set()
271 writel(ltr, hba->mmio_base + INTEL_ACTIVELTR); in intel_ltr_set()
/linux-6.15/drivers/mmc/host/
H A Dsdhci-pci-core.c742 #define INTEL_ACTIVELTR 0x804 macro
756 intel_host->active_ltr = readl(host->ioaddr + INTEL_ACTIVELTR); in intel_cache_ltr()
775 ltr = readl(host->ioaddr + INTEL_ACTIVELTR); in intel_ltr_set()
797 writel(ltr, host->ioaddr + INTEL_ACTIVELTR); in intel_ltr_set()