Searched refs:GPIO_PXPAT1S (Results 1 – 3 of 3) sorted by relevance
25 writel(BIT(pin), gpio_regs + GPIO_PXPAT1S(port)); in jz47xx_gpio_direction_input()
124 writel(1 << 12, gpio_regs + GPIO_PXPAT1S(3)); in ci20_mux_uart()137 writel(0x100400, gpio_regs + GPIO_PXPAT1S(2)); in ci20_mux_uart()
44 #define GPIO_PXPAT1S(n) (0x34 + (n) * 0x100) macro