Home
last modified time | relevance | path

Searched refs:GPDR1 (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/video/
H A Dpxa_lcd.c444 writel(readl(GPDR1) | (0xf << 26), GPDR1); in pxafb_setup_gpio()
460 writel(readl(GPDR1) | (0x3f << 26), GPDR1); in pxafb_setup_gpio()
478 writel(readl(GPDR1) | (0x3f << 26), GPDR1); in pxafb_setup_gpio()
/openbmc/u-boot/arch/arm/cpu/pxa/
H A Dpxa2xx.c196 writel(CONFIG_SYS_GPDR1_VAL, GPDR1); in pxa_gpio_setup()
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h1163 #define GPDR1 0x40E00010 /* GPIO Pin Direction Register GPIO<63:32> */ macro