Home
last modified time | relevance | path

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

/external/u-boot/include/
DSA-1100.h1503 #define GPDR /* GPIO Pin Direction Reg. */ \ macro
1520 #define GPDR (io_p2v (_GPDR)) macro
/external/u-boot/arch/arm/include/asm/arch-pxa/
Dpxa-regs.h1251 #define GPDR(x) (((((x) & 0x7f) < 96) ? _GPDR(x) : GPDR3)) macro
1261 #define GPDR(x) _GPDR(x) macro