Searched refs:PGSR (Results 1 – 6 of 6) 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()357 PGSR(gpio_to_bank(i)) |= GPIO_bit(i); in pxa2xx_mfp_suspend()359 PGSR(gpio_to_bank(i)) &= ~GPIO_bit(i); in pxa2xx_mfp_suspend()368 saved_pgsr[i] = PGSR(i); in pxa2xx_mfp_suspend()370 GPSR(i * 32) = PGSR(i); in pxa2xx_mfp_suspend()371 GPCR(i * 32) = ~PGSR(i); in pxa2xx_mfp_suspend()397 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()
545 PGSR = 0; in assabet_init()
890 #define PGSR __REG(0x90020018) /* PM GPIO Sleep state Reg. */ macro
Completed in 18 milliseconds