Home
last modified time | relevance | path

Searched defs:GPCR (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/arm/mach-pxa/
H A Dmfp-pxa2xx.c36 #define GPCR(x) __REG2(0x40E00000, BANK_OFF((x) >> 5) + 0x24) macro
/openbmc/linux/drivers/gpio/
H A Dgpio-tangier.c34 #define GPCR 0x04c /* Pin clear w/o */ macro
/openbmc/qemu/hw/arm/
H A Dstrongarm.c472 #define GPCR 0x0c macro
/openbmc/u-boot/arch/arm/include/asm/arch-imx/
H A Dimx-regs.h67 #define GPCR __REG(IMX_SYSCTRL_BASE + 0xC) /* Function Multiplex Control Register */ macro
/openbmc/u-boot/include/
H A DSA-1100.h1507 #define GPCR /* GPIO Pin output Clear Reg. */ \ macro
1522 #define GPCR (io_p2v (_GPCR)) macro
/openbmc/linux/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h1108 #define GPCR __REG(0x9004000C) /* GPIO Pin output Clear Reg. */ macro
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h1253 #define GPCR(x) (((((x) & 0x7f) < 96) ? _GPCR(x) : GPCR3)) macro
1263 #define GPCR(x) _GPCR(x) macro