Home
last modified time | relevance | path

Searched refs:PSTR (Results 1 – 5 of 5) sorted by relevance

/arch/arm/mach-shmobile/
Dpm-rmobile.c25 #define PSTR IOMEM(0xe6180080) macro
42 if (__raw_readl(PSTR) & mask) { in rmobile_pd_power_down()
55 genpd->name, mask, __raw_readl(PSTR)); in rmobile_pd_power_down()
67 if (__raw_readl(PSTR) & mask) in __rmobile_pd_power_up()
85 rmobile_pd->genpd.name, mask, __raw_readl(PSTR)); in __rmobile_pd_power_up()
Dsmp-sh73a0.c34 #define PSTR IOMEM(0xe6151040) macro
52 if (((__raw_readl(PSTR) >> (4 * lcpu)) & 3) == 3) in sh73a0_boot_secondary()
/arch/arm/mach-pxa/
Dpxa25x.c240 SAVE(PSTR); in pxa25x_cpu_pm_save()
245 RESTORE(PSTR); in pxa25x_cpu_pm_restore()
Dpxa27x.c283 SAVE(PSTR); in pxa27x_cpu_pm_save()
293 RESTORE(PSTR); in pxa27x_cpu_pm_restore()
/arch/arm/mach-pxa/include/mach/
Dpxa2xx-regs.h38 #define PSTR __REG(0x40F00038) /* Power Manager Standby Config Register */ macro