| /OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/sh4/ |
| H A D | perf_event.c | 17 #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()
|
| /OK3568_Linux_fs/u-boot/board/renesas/ecovec/ |
| H A D | ecovec.c | 76 outw(inw(PMCR) & ~0x0C, PMCR); in board_init()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-sa1100/ |
| H A D | sleep.S | 110 ldr r12, =PMCR 139 @ Step 6 set force sleep bit in PMCR
|
| H A D | simpad.c | 249 PMCR = PMCR_SF; in simpad_power_off()
|
| H A D | generic.c | 94 PMCR = PMCR_SF; in sa1100_power_off()
|
| /OK3568_Linux_fs/u-boot/board/renesas/sh7763rdp/ |
| H A D | sh7763rdp.c | 24 #define PMCR 0xffef0018 macro
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/pxaregs/pxaregs-1.14/ |
| H A D | serial.patch | 12 { "PMCR", 0x40F00000, 0, 0xffffffff, 'x', "Power Manager Control Register (3-23)" },
|
| /OK3568_Linux_fs/u-boot/board/mpr2/ |
| H A D | mpr2.c | 109 __raw_writew(0x5552, PMCR); /* 01 01 01 01 01 01 00 10 */ in board_init()
|
| /OK3568_Linux_fs/u-boot/arch/sh/include/asm/ |
| H A D | cpu_sh7723.h | 134 #define PMCR 0xA4050116 macro
|
| H A D | cpu_sh7724.h | 155 #define PMCR 0xA4050116 macro
|
| H A D | cpu_sh7720.h | 172 #define PMCR (PFC_BASE + 0x16) macro
|
| H A D | cpu_sh7780.h | 411 #define PMCR 0xFFEA0016 macro
|
| H A D | cpu_sh7722.h | 1205 #define PMCR 0xA4050116 macro
|
| /OK3568_Linux_fs/u-boot/board/renesas/ap325rxa/ |
| H A D | ap325rxa.c | 109 outw(PMCR_D, PMCR); in board_init()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-pxa/include/mach/ |
| H A D | pxa3xx-regs.h | 26 #define PMCR __REG(0x40F50000) /* Power Manager Control Register */ macro
|
| H A D | pxa2xx-regs.h | 20 #define PMCR __REG(0x40F00000) /* Power Manager Control Register */ macro
|
| /OK3568_Linux_fs/u-boot/include/faraday/ |
| H A D | ftpmu010.h | 20 unsigned int PMCR; /* 0x10 */ member
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-pxa/ |
| H A D | zeus.c | 937 PMCR = PSPR = 0; in zeus_map_io()
|
| H A D | tosa.c | 944 PMCR = 0x01; in tosa_init()
|
| H A D | spitz.c | 1000 PMCR = 0x00; in spitz_init()
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-pxa/ |
| H A D | pxa-regs.h | 1915 #define PMCR 0x40F50000 /* Power Manager Control Register */ macro 1971 #define PMCR 0x40F00000 /* Power Manager Control Register */ macro
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | SA-1100.h | 1238 #define PMCR /* PM Control Reg. */ \ macro 1256 #define PMCR (io_p2v (_PMCR)) macro
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-sa1100/include/mach/ |
| H A D | SA-1100.h | 884 #define PMCR __REG(0x90020000) /* PM Control Reg. */ macro
|