Searched refs:GPIO_PXMASKC (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/board/imgtec/ci20/ |
H A D | ci20.c | 32 writel(0x30f00000, gpio_regs + GPIO_PXMASKC(4)); in ci20_mux_mmc() 48 writel(0x04030000, gpio_regs + GPIO_PXMASKC(0)); in ci20_mux_eth() 55 writel(0x0dff00ff, gpio_regs + GPIO_PXMASKC(0)); in ci20_mux_eth() 60 writel(0x00000003, gpio_regs + GPIO_PXMASKC(1)); in ci20_mux_eth() 74 writel(3 << 30, gpio_regs + GPIO_PXMASKC(0)); in ci20_mux_jtag() 86 writel(0x002c00ff, gpio_regs + GPIO_PXMASKC(0)); in ci20_mux_nand() 91 writel(0x00000003, gpio_regs + GPIO_PXMASKC(1)); in ci20_mux_nand() 110 writel(0x9, gpio_regs + GPIO_PXMASKC(5)); in ci20_mux_uart() 127 writel(3 << 30, gpio_regs + GPIO_PXMASKC(0)); in ci20_mux_uart() 136 writel(0x100400, gpio_regs + GPIO_PXMASKC(2)); in ci20_mux_uart()
|
/openbmc/u-boot/arch/mips/mach-jz47xx/include/mach/ |
H A D | jz4780.h | 42 #define GPIO_PXMASKC(n) (0x28 + (n) * 0x100) macro
|