Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-pxa/
Dmfp-pxa2xx.c
/openbmc/qemu/hw/arm/
H A Dstrongarm.c472 #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/
DSA-1100.h
/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