Searched refs:PSTR (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/arch/arm/mach-shmobile/ |
D | smp-sh73a0.c | 30 #define PSTR IOMEM(0xe6151040) macro 48 if (((__raw_readl(PSTR) >> (4 * lcpu)) & 3) == 3) in sh73a0_boot_secondary()
|
D | pm-rmobile.c | 32 #define PSTR 0x80 /* Power Status Register */ macro 53 if (__raw_readl(rmobile_pd->base + PSTR) & mask) { in rmobile_pd_power_down() 67 __raw_readl(rmobile_pd->base + PSTR)); in rmobile_pd_power_down() 83 if (__raw_readl(rmobile_pd->base + PSTR) & mask) in __rmobile_pd_power_up() 102 __raw_readl(rmobile_pd->base + PSTR)); in __rmobile_pd_power_up()
|
/linux-4.1.27/arch/arm/mach-pxa/ |
D | pxa25x.c | 240 SAVE(PSTR); in pxa25x_cpu_pm_save() 245 RESTORE(PSTR); in pxa25x_cpu_pm_restore()
|
D | pxa27x.c | 283 SAVE(PSTR); in pxa27x_cpu_pm_save() 293 RESTORE(PSTR); in pxa27x_cpu_pm_restore()
|
/linux-4.1.27/arch/arm/mach-pxa/include/mach/ |
D | pxa2xx-regs.h | 38 #define PSTR __REG(0x40F00038) /* Power Manager Standby Config Register */ macro
|
/linux-4.1.27/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
|