Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A DSA-1100.h1494 #define _GPCR 0x9004000C /* GPIO Pin output Clear Reg. */ macro
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h1243 #define _GPCR(x) (0x40E00024 + (((x) & 0x60) >> 3)) macro