Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/mips/mach-jz47xx/jz4780/
H A Dgpio.c24 writel(BIT(pin), gpio_regs + GPIO_PXMASKS(port)); in jz47xx_gpio_direction_input()
35 writel(BIT(pin), gpio_regs + GPIO_PXMASKS(port)); in jz47xx_gpio_direction_output()
/openbmc/u-boot/arch/mips/mach-jz47xx/include/mach/
H A Djz4780.h41 #define GPIO_PXMASKS(n) (0x24 + (n) * 0x100) macro
/openbmc/u-boot/board/imgtec/ci20/
H A Dci20.c123 writel(1 << 12, gpio_regs + GPIO_PXMASKS(3)); in ci20_mux_uart()