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

/linux-4.1.27/arch/mips/lantiq/falcon/
H A Dprom.c36 #define BOOT_REG_BASE (KSEG1 | 0x1F200000) macro
37 #define BOOT_RVEC (BOOT_REG_BASE | 0x00)
38 #define BOOT_NVEC (BOOT_REG_BASE | 0x04)
39 #define BOOT_EVEC (BOOT_REG_BASE | 0x08)
H A Dreset.c40 #define BOOT_REG_BASE (KSEG1 | 0x1F200000) macro
41 #define BOOT_PW1_REG (BOOT_REG_BASE | 0x20)
42 #define BOOT_PW2_REG (BOOT_REG_BASE | 0x24)
57 ltq_w32(0, (void *)BOOT_REG_BASE); /* reset Bootreg RVEC */ machine_restart()

Completed in 97 milliseconds