Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A DSA-1100.h1492 #define _GPDR 0x90040004 /* GPIO Pin Direction Reg. */ macro
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h1241 #define _GPDR(x) (0x40E0000C + (((x) & 0x60) >> 3)) macro