Searched refs:PGSR (Results 1 – 9 of 9) sorted by relevance
28 #define PGSR(x) __REG2(0x40F00020, (x) << 2) macro84 PGSR(bank) |= mask; in __mfp_config_gpio()88 PGSR(bank) &= ~mask; in __mfp_config_gpio()363 PGSR(gpio_to_bank(i)) |= GPIO_bit(i); in pxa2xx_mfp_suspend()365 PGSR(gpio_to_bank(i)) &= ~GPIO_bit(i); in pxa2xx_mfp_suspend()374 saved_pgsr[i] = PGSR(i); in pxa2xx_mfp_suspend()376 GPSR(i * 32) = PGSR(i); in pxa2xx_mfp_suspend()377 GPCR(i * 32) = ~PGSR(i); in pxa2xx_mfp_suspend()403 PGSR(i) = saved_pgsr[i]; in pxa2xx_mfp_resume()
229 PGSR = 0; in badge4_init()238 PGSR |= BADGE4_GPIO_SA1111_NRST; in badge4_init()240 PGSR |= (GPLR & (BADGE4_GPIO_SDTYP0|BADGE4_GPIO_SDTYP1)); in badge4_init()
227 PGSR = 0x818; in simpad_map_io()248 PGSR = 0; in simpad_power_off()
451 PGSR &= ~GPIO_MBGNT; in sa1110_mb_disable()470 PGSR &= ~GPIO_MBGNT; in sa1110_mb_enable()
327 PGSR = 0; in h3xxx_map_io()
376 PGSR = _COLLIE_GPIO_nREMOCON_ON; in collie_init()
503 PGSR = 0; in assabet_init()
95 @ set PGSR
890 #define PGSR __REG(0x90020018) /* PM GPIO Sleep state Reg. */ macro