Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A DSA-1100.h1493 #define _GPSR 0x90040008 /* GPIO Pin output Set Reg. */ macro
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h1242 #define _GPSR(x) (0x40E00018 + (((x) & 0x60) >> 3)) macro