OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:POWER_BATTMONITOR_BATT_VAL_MASK
(Results
1 - 3
of
3
) sorted by null
/external/u-boot/arch/arm/include/asm/arch-mxs/
regs-power-mx23.h
315
#define
POWER_BATTMONITOR_BATT_VAL_MASK
(0x3ff << 16)
regs-power-mx28.h
325
#define
POWER_BATTMONITOR_BATT_VAL_MASK
(0x3ff << 16)
/external/u-boot/arch/arm/cpu/arm926ejs/mxs/
spl_power_init.c
154
volt &=
POWER_BATTMONITOR_BATT_VAL_MASK
;
922
POWER_BATTMONITOR_BATT_VAL_MASK
);
[
all
...]
Completed in 53 milliseconds