OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:POWER_CHARGE_ENABLE_LOAD
(Results
1 - 3
of
3
) sorted by null
/external/u-boot/arch/arm/cpu/arm926ejs/mxs/
spl_power_init.c
472
writel(
POWER_CHARGE_ENABLE_LOAD
, &power_regs->hw_power_charge_set);
646
writel(
POWER_CHARGE_ENABLE_LOAD
,
720
writel(
POWER_CHARGE_ENABLE_LOAD
, &power_regs->hw_power_charge_clr);
[
all
...]
/external/u-boot/arch/arm/include/asm/arch-mxs/
regs-power-mx23.h
135
#define
POWER_CHARGE_ENABLE_LOAD
(1 << 22)
regs-power-mx28.h
135
#define
POWER_CHARGE_ENABLE_LOAD
(1 << 22)
Completed in 584 milliseconds