Home
last modified time | relevance | path

Searched refs:PGSR (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/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()
355 /* set corresponding PGSR bit of those marked MFP_LPM_KEEP_OUTPUT */ in pxa2xx_mfp_suspend()
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( in pxa2xx_mfp_resume()
[all...]
/kernel/linux/linux-6.6/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()
353 /* set corresponding PGSR bit of those marked MFP_LPM_KEEP_OUTPUT */ in pxa2xx_mfp_suspend()
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( in pxa2xx_mfp_resume()
[all...]
/kernel/linux/linux-5.10/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 Dgeneric.c439 PGSR &= ~GPIO_MBGNT; in sa1110_mb_disable()
458 PGSR &= ~GPIO_MBGNT; in sa1110_mb_enable()
H A Dsimpad.c226 PGSR = 0x818; in simpad_map_io()
247 PGSR = 0; in simpad_power_off()
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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h874 * PGSR Power Manager (PM) General-Purpose Input/Output (GPIO)
890 #define PGSR __REG(0x90020018) /* PM GPIO Sleep state Reg. */ macro
/kernel/linux/linux-6.6/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h874 * PGSR Power Manager (PM) General-Purpose Input/Output (GPIO)
890 #define PGSR __REG(0x90020018) /* PM GPIO Sleep state Reg. */ macro

Completed in 16 milliseconds