Home
last modified time | relevance | path

Searched refs:GPIO_PXPENC (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/board/imgtec/ci20/
H A Dci20.c35 writel(0x30f00000, gpio_regs + GPIO_PXPENC(4)); in ci20_mux_mmc()
113 writel(0x9, gpio_regs + GPIO_PXPENC(5)); in ci20_mux_uart()
139 writel(0x100400, gpio_regs + GPIO_PXPENC(2)); in ci20_mux_uart()
224 writel(BIT(18) | BIT(19), gpio_regs + GPIO_PXPENC(2)); in ci20_revision()
/openbmc/u-boot/arch/mips/mach-jz47xx/include/mach/
H A Djz4780.h56 #define GPIO_PXPENC(n) (0x78 + (n) * 0x100) macro