Home
last modified time | relevance | path

Searched refs:PGSR (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/arm/mach-pxa/
H A Dmfp-pxa2xx.c27 #define PGSR(x) __REG2(0x40F00020, (x) << 2) macro
83 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()
/openbmc/linux/arch/arm/mach-sa1100/
H A Dgeneric.c420 PGSR &= ~GPIO_MBGNT; in sa1110_mb_disable()
439 PGSR &= ~GPIO_MBGNT; in sa1110_mb_enable()
H A Dh3xxx.c281 PGSR = 0; in h3xxx_map_io()
H A Dcollie.c366 PGSR = _COLLIE_GPIO_nREMOCON_ON; in collie_init()
H A Dassabet.c546 PGSR = 0; in assabet_init()
/openbmc/u-boot/include/faraday/
H A Dftpmu010.h24 unsigned int PGSR; /* 0x24 */ member
/openbmc/u-boot/include/
H A DSA-1100.h1250 #define PGSR /* PM GPIO Sleep state Reg. */ \ macro
1262 #define PGSR (io_p2v (_PGSR)) macro
/openbmc/linux/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h890 #define PGSR __REG(0x90020018) /* PM GPIO Sleep state Reg. */ macro