Home
last modified time | relevance | path

Searched refs:PMCR (Results 1 – 10 of 10) sorted by relevance

/linux/arch/sh/kernel/cpu/sh4/
A Dperf_event.c17 #define PMCR(n) (PM_CR_BASE + ((n) * 0x04)) macro
212 tmp = __raw_readw(PMCR(idx)); in sh7750_pmu_disable()
214 __raw_writew(tmp, PMCR(idx)); in sh7750_pmu_disable()
219 __raw_writew(__raw_readw(PMCR(idx)) | PMCR_PMCLR, PMCR(idx)); in sh7750_pmu_enable()
220 __raw_writew(hwc->config | PMCR_PMEN | PMCR_PMST, PMCR(idx)); in sh7750_pmu_enable()
228 __raw_writew(__raw_readw(PMCR(i)) & ~PMCR_PMEN, PMCR(i)); in sh7750_pmu_disable_all()
236 __raw_writew(__raw_readw(PMCR(i)) | PMCR_PMEN, PMCR(i)); in sh7750_pmu_enable_all()
/linux/arch/arm/mach-sa1100/
A Dsleep.S110 ldr r12, =PMCR
139 @ Step 6 set force sleep bit in PMCR
A Dsimpad.c249 PMCR = PMCR_SF; in simpad_power_off()
A Dgeneric.c94 PMCR = PMCR_SF; in sa1100_power_off()
/linux/arch/arm/mach-pxa/include/mach/
A Dpxa3xx-regs.h26 #define PMCR __REG(0x40F50000) /* Power Manager Control Register */ macro
A Dpxa2xx-regs.h20 #define PMCR __REG(0x40F00000) /* Power Manager Control Register */ macro
/linux/arch/arm/mach-pxa/
A Dzeus.c941 PMCR = PSPR = 0; in zeus_map_io()
A Dtosa.c944 PMCR = 0x01; in tosa_init()
A Dspitz.c1000 PMCR = 0x00; in spitz_init()
/linux/arch/arm/mach-sa1100/include/mach/
A DSA-1100.h884 #define PMCR __REG(0x90020000) /* PM Control Reg. */ macro

Completed in 23 milliseconds