Searched refs:GPIO_PXMASKS (Results 1 – 3 of 3) sorted by relevance
24 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()
41 #define GPIO_PXMASKS(n) (0x24 + (n) * 0x100) macro
123 writel(1 << 12, gpio_regs + GPIO_PXMASKS(3)); in ci20_mux_uart()