Searched refs:GPIO_PXPENS (Results 1 – 2 of 2) sorted by relevance
51 writel(0x04030000, gpio_regs + GPIO_PXPENS(0)); in ci20_mux_eth()58 writel(0x0dff00ff, gpio_regs + GPIO_PXPENS(0)); in ci20_mux_eth()63 writel(0x00000003, gpio_regs + GPIO_PXPENS(1)); in ci20_mux_eth()89 writel(0x002c00ff, gpio_regs + GPIO_PXPENS(0)); in ci20_mux_nand()94 writel(0x00000003, gpio_regs + GPIO_PXPENS(1)); in ci20_mux_nand()98 writel(20, gpio_regs + GPIO_PXPENS(0)); in ci20_mux_nand()
55 #define GPIO_PXPENS(n) (0x74 + (n) * 0x100) macro