Searched refs:PGSR (Results 1 – 8 of 8) sorted by relevance
27 #define PGSR(x) __REG2(0x40F00020, (x) << 2) macro83 PGSR(bank) |= mask; in __mfp_config_gpio()87 PGSR(bank) &= ~mask; in __mfp_config_gpio()358 PGSR(gpio_to_bank(i)) |= GPIO_bit(i); in pxa2xx_mfp_suspend()360 PGSR(gpio_to_bank(i)) &= ~GPIO_bit(i); in pxa2xx_mfp_suspend()369 saved_pgsr[i] = PGSR(i); in pxa2xx_mfp_suspend()371 GPSR(i * 32) = PGSR(i); in pxa2xx_mfp_suspend()372 GPCR(i * 32) = ~PGSR(i); in pxa2xx_mfp_suspend()398 PGSR(i) = saved_pgsr[i]; in pxa2xx_mfp_resume()
420 PGSR &= ~GPIO_MBGNT; in sa1110_mb_disable()439 PGSR &= ~GPIO_MBGNT; in sa1110_mb_enable()
281 PGSR = 0; in h3xxx_map_io()
366 PGSR = _COLLIE_GPIO_nREMOCON_ON; in collie_init()
546 PGSR = 0; in assabet_init()
24 unsigned int PGSR; /* 0x24 */ member
1250 #define PGSR /* PM GPIO Sleep state Reg. */ \ macro1262 #define PGSR (io_p2v (_PGSR)) macro
890 #define PGSR __REG(0x90020018) /* PM GPIO Sleep state Reg. */ macro