Home
last modified time | relevance | path

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

/linux/arch/mips/lantiq/falcon/
H A Dreset.c25 #define BOOT_REG_BASE (KSEG1 | 0x1F200000) macro
26 #define BOOT_PW1_REG (BOOT_REG_BASE | 0x20)
27 #define BOOT_PW2_REG (BOOT_REG_BASE | 0x24)
42 ltq_w32(0, (void *)BOOT_REG_BASE); /* reset Bootreg RVEC */ in machine_restart()