OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PWR_FLR
(Results
1 - 5
of
5
) sorted by null
/external/u-boot/arch/x86/include/asm/arch-broadwell/
lpc.h
22
#define
PWR_FLR
(1 << 1)
pch.h
123
#define
PWR_FLR
(1 << 1)
/external/u-boot/arch/x86/include/asm/arch-baytrail/
iomap.h
44
#define
PWR_FLR
(1 << 16)
/external/u-boot/arch/x86/cpu/broadwell/
power_state.c
38
if (ps->gen_pmcon3 & (
PWR_FLR
| SUS_PWR_FLR))
/external/u-boot/arch/x86/cpu/baytrail/
acpi.c
193
if (gen_pmcon1 & (
PWR_FLR
| SUS_PWR_FLR))
Completed in 88 milliseconds