Searched refs:PGSR (Results 1 – 8 of 8) sorted by relevance
26 #define PGSR(x) __REG2(0x40F00020, (x) << 2) macro82 PGSR(bank) |= mask; in __mfp_config_gpio()86 PGSR(bank) &= ~mask; in __mfp_config_gpio()361 PGSR(gpio_to_bank(i)) |= GPIO_bit(i); in pxa2xx_mfp_suspend()363 PGSR(gpio_to_bank(i)) &= ~GPIO_bit(i); in pxa2xx_mfp_suspend()372 saved_pgsr[i] = PGSR(i); in pxa2xx_mfp_suspend()374 GPSR(i * 32) = PGSR(i); in pxa2xx_mfp_suspend()375 GPCR(i * 32) = ~PGSR(i); in pxa2xx_mfp_suspend()401 PGSR(i) = saved_pgsr[i]; in pxa2xx_mfp_resume()
225 PGSR = 0; in badge4_init()234 PGSR |= BADGE4_GPIO_SA1111_NRST; in badge4_init()236 PGSR |= (GPLR & (BADGE4_GPIO_SDTYP0|BADGE4_GPIO_SDTYP1)); in badge4_init()
226 PGSR = 0x818; in simpad_map_io()247 PGSR = 0; in simpad_power_off()
439 PGSR &= ~GPIO_MBGNT; in sa1110_mb_disable()458 PGSR &= ~GPIO_MBGNT; in sa1110_mb_enable()
281 PGSR = 0; in h3xxx_map_io()
398 PGSR = _COLLIE_GPIO_nREMOCON_ON; in collie_init()
578 PGSR = 0; in assabet_init()
890 #define PGSR __REG(0x90020018) /* PM GPIO Sleep state Reg. */ macro