Home
last modified time | relevance | path

Searched refs:PCFR (Results 1 – 11 of 11) sorted by relevance

/linux-6.6.21/arch/arm/mach-pxa/
Dpxa27x.c106 SAVE(PCFR); in pxa27x_cpu_pm_save()
114 RESTORE(PCFR); in pxa27x_cpu_pm_restore()
136 PCFR &= ~PCFR_FVC; in pxa27x_cpu_pm_enter()
274 PCFR |= PCFR_PI2CEN; in pxa27x_set_i2c_power_info()
Dpxa3xx.c129 PCFR |= (1u << 13); /* L1_DIS */ in pxa3xx_cpu_pm_suspend()
130 PCFR &= ~((1u << 12) | (1u << 1)); /* L0_EN | SL_ROD */ in pxa3xx_cpu_pm_suspend()
Dpxa3xx-regs.h29 #define PCFR __REG(0x40F5000C) /* Power Manager General Configuration Register */ macro
Dpxa2xx-regs.h27 #define PCFR __REG(0x40F0001C) /* Power Manager General Configuration Register */ macro
Dspitz_pm.c122 PCFR = PCFR_GPR_EN | PCFR_OPDE; in spitz_presuspend()
Dspitz.c1006 PCFR |= PCFR_OPDE; in spitz_init()
/linux-6.6.21/arch/arm/mach-sa1100/
Dh3xxx.c282 PCFR = PCFR_OPDE; in h3xxx_map_io()
Dcollie.c370 PCFR = PCFR_OPDE; in collie_init()
Dgeneric.c82 PCFR = (PCFR_OPDE | PCFR_FP | PCFR_FS); in sa1100_power_off()
Dassabet.c547 PCFR = 0; in assabet_init()
/linux-6.6.21/arch/arm/mach-sa1100/include/mach/
DSA-1100.h888 #define PCFR __REG(0x90020010) /* PM general ConFiguration Reg. */ macro