Home
last modified time | relevance | path

Searched refs:SUS_PWR_FLR (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/arch/x86/include/asm/arch-broadwell/
Dlpc.h19 #define SUS_PWR_FLR (1 << 14) macro
Dpch.h120 #define SUS_PWR_FLR (1 << 14) macro
/external/u-boot/arch/x86/include/asm/arch-baytrail/
Diomap.h46 #define SUS_PWR_FLR (1 << 14) macro
/external/u-boot/arch/x86/cpu/broadwell/
Dpower_state.c38 if (ps->gen_pmcon3 & (PWR_FLR | SUS_PWR_FLR)) in prev_sleep_state()
/external/u-boot/arch/x86/cpu/baytrail/
Dacpi.c193 if (gen_pmcon1 & (PWR_FLR | SUS_PWR_FLR)) in chipset_prev_sleep_state()