Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/mach-pxa/
H A Dmfp-pxa2xx.c25 #define PGSR(x) __REG2(0x40F00020, (x) << 2) macro
81 PGSR(bank) |= mask; in __mfp_config_gpio()
85 PGSR(bank) &= ~mask; in __mfp_config_gpio()
360 PGSR(gpio_to_bank(i)) |= GPIO_bit(i); in pxa2xx_mfp_suspend()
362 PGSR(gpio_to_bank(i)) &= ~GPIO_bit(i); in pxa2xx_mfp_suspend()
371 saved_pgsr[i] = PGSR(i); in pxa2xx_mfp_suspend()
373 GPSR(i * 32) = PGSR(i); in pxa2xx_mfp_suspend()
374 GPCR(i * 32) = ~PGSR(i); in pxa2xx_mfp_suspend()
400 PGSR(i) = saved_pgsr[i]; in pxa2xx_mfp_resume()
/OK3568_Linux_fs/kernel/arch/arm/mach-sa1100/
H A Dbadge4.c225 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()
H A Dsimpad.c226 PGSR = 0x818; in simpad_map_io()
247 PGSR = 0; in simpad_power_off()
H A Dgeneric.c439 PGSR &= ~GPIO_MBGNT; in sa1110_mb_disable()
458 PGSR &= ~GPIO_MBGNT; in sa1110_mb_enable()
H A Dh3xxx.c281 PGSR = 0; in h3xxx_map_io()
H A Dcollie.c384 PGSR = _COLLIE_GPIO_nREMOCON_ON; in collie_init()
H A Dassabet.c573 PGSR = 0; in assabet_init()
/OK3568_Linux_fs/u-boot/include/faraday/
H A Dftpmu010.h25 unsigned int PGSR; /* 0x24 */ member
/OK3568_Linux_fs/u-boot/include/
H A DSA-1100.h1250 #define PGSR /* PM GPIO Sleep state Reg. */ \ macro
1262 #define PGSR (io_p2v (_PGSR)) macro
/OK3568_Linux_fs/kernel/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h890 #define PGSR __REG(0x90020018) /* PM GPIO Sleep state Reg. */ macro