Home
last modified time | relevance | path

Searched refs:AR7_REGS_DCL (Results 1 – 3 of 3) sorted by relevance

/arch/mips/include/asm/mach-ar7/
Dar7.h31 #define AR7_REGS_DCL (AR7_REGS_BASE + 0x1a00) macro
/arch/mips/ar7/
Dclock.c239 u32 *bootcr = (u32 *)ioremap_nocache(AR7_REGS_DCL, 4); in tnetd7300_init_clocks()
323 u32 *bootcr = (u32 *)ioremap_nocache(AR7_REGS_DCL, 4); in tnetd7200_init_clocks()
Dplatform.c705 bootcr = ioremap_nocache(AR7_REGS_DCL, 4); in ar7_register_devices()