Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/mips/mach-jz47xx/jz4780/
H A Dgpio.c38 (value ? GPIO_PXPAT0S(port) : GPIO_PXPAT0C(port))); in jz47xx_gpio_direction_output()
/openbmc/u-boot/arch/mips/mach-jz47xx/include/mach/
H A Djz4780.h47 #define GPIO_PXPAT0S(n) (0x44 + (n) * 0x100) macro
/openbmc/u-boot/board/imgtec/ci20/
H A Dci20.c130 writel(1 << 31, gpio_regs + GPIO_PXPAT0S(0)); in ci20_mux_uart()