Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/include/asm/mach-ar7/
Dar7.h31 #define AR7_REGS_BASE 0x08610000 macro
33 #define AR7_REGS_MAC0 (AR7_REGS_BASE + 0x0000)
34 #define AR7_REGS_GPIO (AR7_REGS_BASE + 0x0900)
36 #define AR7_REGS_POWER (AR7_REGS_BASE + 0x0a00)
39 #define AR7_REGS_UART0 (AR7_REGS_BASE + 0x0e00)
40 #define AR7_REGS_USB (AR7_REGS_BASE + 0x1200)
41 #define AR7_REGS_RESET (AR7_REGS_BASE + 0x1600)
42 #define AR7_REGS_PINSEL (AR7_REGS_BASE + 0x160C)
43 #define AR7_REGS_VLYNQ0 (AR7_REGS_BASE + 0x1800)
44 #define AR7_REGS_DCL (AR7_REGS_BASE + 0x1a00)
[all …]
/linux-2.6.39/arch/mips/ar7/
Dsetup.c97 io_base = (unsigned long)ioremap(AR7_REGS_BASE, 0x10000); in plat_mem_setup()