Home
last modified time | relevance | path

Searched refs:BROADWELL_FAMILY_ULT (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/arch/x86/include/asm/arch-broadwell/
Dcpu.h11 #define BROADWELL_FAMILY_ULT 0x306d0 macro
27 #define BROADWELL_FAMILY_ULT 0x306d0 macro
/external/u-boot/arch/x86/cpu/broadwell/
Dpch.c31 return fm == BROADWELL_FAMILY_ULT || fm == HASWELL_FAMILY_ULT; in cpu_is_ult()
Dcpu.c291 if (cpu_get_family_model() == BROADWELL_FAMILY_ULT) in initialize_vr_config()
/external/u-boot/drivers/video/
Dbroadwell_igd.c673 is_broadwell = cpu_get_family_model() == BROADWELL_FAMILY_ULT; in broadwell_igd_probe()