Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/mach-pxa/
H A Dmfp-pxa2xx.c32 #define GPDR(x) __REG2(0x40E00000, BANK_OFF((x) >> 5) + 0x0c) macro
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-intel-mid.c45 GPDR, /* pin direction */ enumerator
H A Dgpio-merrifield.c20 #define GPDR 0x01c /* pin direction */ macro
/OK3568_Linux_fs/u-boot/include/
H A DSA-1100.h1503 #define GPDR /* GPIO Pin Direction Reg. */ \ macro
1520 #define GPDR (io_p2v (_GPDR)) macro
/OK3568_Linux_fs/kernel/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h1106 #define GPDR __REG(0x90040004) /* GPIO Pin Direction Reg. */ macro
/OK3568_Linux_fs/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