Searched refs:GPIO_PXPENC (Results 1 – 2 of 2) sorted by relevance
35 writel(0x30f00000, gpio_regs + GPIO_PXPENC(4)); in ci20_mux_mmc()113 writel(0x9, gpio_regs + GPIO_PXPENC(5)); in ci20_mux_uart()139 writel(0x100400, gpio_regs + GPIO_PXPENC(2)); in ci20_mux_uart()224 writel(BIT(18) | BIT(19), gpio_regs + GPIO_PXPENC(2)); in ci20_revision()
56 #define GPIO_PXPENC(n) (0x78 + (n) * 0x100) macro