Home
last modified time | relevance | path

Searched defs:GPSR (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/arm/mach-pxa/
H A Dmfp-pxa2xx.c35 #define GPSR(x) __REG2(0x40E00000, BANK_OFF((x) >> 5) + 0x18) macro
/openbmc/linux/drivers/gpio/
H A Dgpio-tangier.c33 #define GPSR 0x034 /* Pin set w/o */ macro
/openbmc/qemu/hw/arm/
H A Dstrongarm.c471 #define GPSR 0x08 macro
/openbmc/u-boot/include/
H A DSA-1100.h1505 #define GPSR /* GPIO Pin output Set Reg. */ \ macro
1521 #define GPSR (io_p2v (_GPSR)) macro
/openbmc/linux/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h1107 #define GPSR __REG(0x90040008) /* GPIO Pin output Set Reg. */ macro
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h1252 #define GPSR(x) (((((x) & 0x7f) < 96) ? _GPSR(x) : GPSR3)) macro
1262 #define GPSR(x) _GPSR(x) macro