Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/ufs/host/
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.12.1/drivers/mmc/host/
Dsdhci-pci-core.c736 #define INTEL_ACTIVELTR 0x804 macro
750 intel_host->active_ltr = readl(host->ioaddr + INTEL_ACTIVELTR); in intel_cache_ltr()
769 ltr = readl(host->ioaddr + INTEL_ACTIVELTR); in intel_ltr_set()
791 writel(ltr, host->ioaddr + INTEL_ACTIVELTR); in intel_ltr_set()