Searched refs:PSTR (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/arch/arm/mach-shmobile/ |
D | pm-rmobile.c | 33 #define PSTR 0x80 /* Power Status Register */ macro 60 if (__raw_readl(rmobile_pd->base + PSTR) & mask) { in rmobile_pd_power_down() 74 __raw_readl(rmobile_pd->base + PSTR)); in rmobile_pd_power_down() 90 if (__raw_readl(rmobile_pd->base + PSTR) & mask) in __rmobile_pd_power_up() 109 __raw_readl(rmobile_pd->base + PSTR)); in __rmobile_pd_power_up()
|
D | smp-sh73a0.c | 30 #define PSTR IOMEM(0xe6151040) macro 40 if (((__raw_readl(PSTR) >> (4 * lcpu)) & 3) == 3) in sh73a0_boot_secondary()
|
/Linux-v4.19/arch/arm/mach-pxa/ |
D | pxa25x.c | 68 SAVE(PSTR); in pxa25x_cpu_pm_save() 73 RESTORE(PSTR); in pxa25x_cpu_pm_restore()
|
D | pxa27x.c | 120 SAVE(PSTR); in pxa27x_cpu_pm_save() 130 RESTORE(PSTR); in pxa27x_cpu_pm_restore()
|
/Linux-v4.19/Documentation/devicetree/bindings/power/ |
D | renesas,apmu.txt | 21 of CPU cores used by the WUPCR and PSTR registers in the Advanced Power
|
/Linux-v4.19/arch/arm/mach-pxa/include/mach/ |
D | pxa2xx-regs.h | 38 #define PSTR __REG(0x40F00038) /* Power Manager Standby Config Register */ macro
|
/Linux-v4.19/sound/pci/riptide/ |
D | riptide.c | 254 #define SEND_PSTR(p,b) sendcmd(p,PARM,PSTR,BYTE3(b),RET(0)) /* pause stream */ 322 0x20, PSTR, KSTR, KDMA, GPOS, SETF, GSTS, NGPOS, PSEL = enumerator
|