Home
last modified time | relevance | path

Searched refs:GPIO_PXPENS (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/board/imgtec/ci20/
H A Dci20.c51 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()
/openbmc/u-boot/arch/mips/mach-jz47xx/include/mach/
H A Djz4780.h55 #define GPIO_PXPENS(n) (0x74 + (n) * 0x100) macro