OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:POWER_RESET_UNLOCK_KEY
(Results
1 - 3
of
3
) sorted by null
/external/u-boot/arch/arm/cpu/arm926ejs/mxs/
spl_power_init.c
378
writel(
POWER_RESET_UNLOCK_KEY
| POWER_RESET_PWD_OFF,
435
writel(
POWER_RESET_UNLOCK_KEY
,
440
writel(
POWER_RESET_UNLOCK_KEY
| POWER_RESET_PWD_OFF,
697
writel(
POWER_RESET_UNLOCK_KEY
, &power_regs->hw_power_reset);
698
writel(
POWER_RESET_UNLOCK_KEY
| POWER_RESET_PWD_OFF,
[
all
...]
/external/u-boot/arch/arm/include/asm/arch-mxs/
regs-power-mx23.h
325
#define
POWER_RESET_UNLOCK_KEY
(0x3e77 << 16)
regs-power-mx28.h
336
#define
POWER_RESET_UNLOCK_KEY
(0x3e77 << 16)
Completed in 61 milliseconds