Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/mips/mach-pic32/
H A Dreset.c25 writel(LOCK_KEY, base + SYSKEY); in _machine_restart()
26 writel(UNLOCK_KEY1, base + SYSKEY); in _machine_restart()
27 writel(UNLOCK_KEY2, base + SYSKEY); in _machine_restart()
/openbmc/u-boot/arch/mips/mach-pic32/include/mach/
H A Dpic32.h18 #define SYSKEY 0x0030 macro