Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-pxa/
H A Dmfp-pxa2xx.c34 #define GPDR(x) __REG2(0x40E00000, BANK_OFF((x) >> 5) + 0x0c) macro
/openbmc/linux/drivers/gpio/
H A Dgpio-tangier.c32 #define GPDR 0x01c /* Pin direction */ macro
/openbmc/qemu/hw/arm/
H A Dstrongarm.c470 #define GPDR 0x04 macro
/openbmc/u-boot/include/
H A DSA-1100.h1503 #define GPDR /* GPIO Pin Direction Reg. */ \ macro
1520 #define GPDR (io_p2v (_GPDR)) macro
/openbmc/linux/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h1106 #define GPDR __REG(0x90040004) /* GPIO Pin Direction Reg. */ macro
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h1251 #define GPDR(x) (((((x) & 0x7f) < 96) ? _GPDR(x) : GPDR3)) macro
1261 #define GPDR(x) _GPDR(x) macro