Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/mips/mach-jz47xx/jz4780/
H A Dgpio.c25 writel(BIT(pin), gpio_regs + GPIO_PXPAT1S(port)); in jz47xx_gpio_direction_input()
/openbmc/u-boot/board/imgtec/ci20/
H A Dci20.c124 writel(1 << 12, gpio_regs + GPIO_PXPAT1S(3)); in ci20_mux_uart()
137 writel(0x100400, gpio_regs + GPIO_PXPAT1S(2)); in ci20_mux_uart()
/openbmc/u-boot/arch/mips/mach-jz47xx/include/mach/
H A Djz4780.h44 #define GPIO_PXPAT1S(n) (0x34 + (n) * 0x100) macro