Searched refs:AR7_REGS_BASE (Results 1 – 2 of 2) sorted by relevance
18 #define AR7_REGS_BASE 0x08610000 macro20 #define AR7_REGS_MAC0 (AR7_REGS_BASE + 0x0000)21 #define AR7_REGS_GPIO (AR7_REGS_BASE + 0x0900)23 #define AR7_REGS_POWER (AR7_REGS_BASE + 0x0a00)26 #define AR7_REGS_UART0 (AR7_REGS_BASE + 0x0e00)27 #define AR7_REGS_USB (AR7_REGS_BASE + 0x1200)28 #define AR7_REGS_RESET (AR7_REGS_BASE + 0x1600)29 #define AR7_REGS_PINSEL (AR7_REGS_BASE + 0x160C)30 #define AR7_REGS_VLYNQ0 (AR7_REGS_BASE + 0x1800)31 #define AR7_REGS_DCL (AR7_REGS_BASE + 0x1a00)[all …]
84 io_base = (unsigned long)ioremap(AR7_REGS_BASE, 0x10000); in plat_mem_setup()