Home
last modified time | relevance | path

Searched refs:MDREFR (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/drivers/cpufreq/
Dsa1110-cpufreq.c178 sd->mdrefr = MDREFR & 0xffbffff0; in sdram_calculate_timing()
200 MDREFR = (MDREFR & 0xffff000f) | (dri << 4); in sdram_set_refresh()
201 (void) MDREFR; in sdram_set_refresh()
/linux-6.12.1/arch/arm/mach-sa1100/
Dsleep.S36 ldr r6, =MDREFR
124 @ Step 2 clear DRI field in MDREFR
127 @ Step 3 set SLFRSH bit in MDREFR
/linux-6.12.1/arch/arm/mach-pxa/
Dpxa27x.c105 sleep_save[SLEEP_SAVE_MDREFR] = __raw_readl(MDREFR); in pxa27x_cpu_pm_save()
113 __raw_writel(sleep_save[SLEEP_SAVE_MDREFR], MDREFR); in pxa27x_cpu_pm_restore()
Dgeneric.c91 return MDREFR; in pxa_smemc_get_mdrefr()
Dreset.c84 writel_relaxed(MDREFR_SLFRSH, MDREFR); in do_hw_reset()
Dsmemc.h16 #define MDREFR (SMEMC_VIRT + 0x04) /* SDRAM Refresh Control Register */ macro
Dsleep.S56 ldr r4, =MDREFR
97 ldr r4, =MDREFR
/linux-6.12.1/arch/arm/mach-sa1100/include/mach/
DSA-1100.h1541 #define MDREFR __REG(0xA000001C) macro