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()365 PGSR(gpio_to_bank(i)) |= GPIO_bit(i); in pxa2xx_mfp_suspend()367 PGSR(gpio_to_bank(i)) &= ~GPIO_bit(i); in pxa2xx_mfp_suspend()376 saved_pgsr[i] = PGSR(i); in pxa2xx_mfp_suspend()378 GPSR(i * 32) = PGSR(i); in pxa2xx_mfp_suspend()379 GPCR(i * 32) = ~PGSR(i); in pxa2xx_mfp_suspend()405 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()
223 PGSR = 0x818; in simpad_map_io()244 PGSR = 0; in simpad_power_off()
426 PGSR &= ~GPIO_MBGNT; in sa1110_mb_disable()445 PGSR &= ~GPIO_MBGNT; in sa1110_mb_enable()
299 PGSR = 0; in h3xxx_map_io()
343 PGSR = _COLLIE_GPIO_nREMOCON_ON; in collie_init()
322 PGSR = 0; in assabet_init()
95 @ set PGSR
923 #define PGSR __REG(0x90020018) /* PM GPIO Sleep state Reg. */ macro