Searched refs:SUNXI_PIO_BASE (Results 1 – 8 of 8) sorted by relevance
34 #define SUNXI_PIO_BASE 0x030b0000 macro
25 #define SUNXI_PIO_BASE 0x0300B000 macro
84 #define SUNXI_PIO_BASE (REGS_APB0_BASE + 0x0800) macro
83 #define SUNXI_PIO_BASE 0x01c20800 macro
80 &((struct sunxi_gpio_reg *)SUNXI_PIO_BASE)->gpio_bank[bank] : \
40 #define SUNXI_PIO_BASE 0x01c20800 macro
146 val = readl(SUNXI_PIO_BASE + SUN50I_H6_GPIO_POW_MOD_VAL); in gpio_init()147 writel(val, SUNXI_PIO_BASE + SUN50I_H6_GPIO_POW_MOD_SEL); in gpio_init()
98 port_base = SUNXI_PIO_BASE + (port - 'A') * 0x24; in sunxi_set_gpio_out()