Home
last modified time | relevance | path

Searched refs:BROADWELL_BCLK (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/arch/x86/include/asm/arch-broadwell/
Dcpu.h25 #define BROADWELL_BCLK 100 macro
/external/u-boot/arch/x86/cpu/broadwell/
Dcpu.c725 info->cpu_freq = ((msr.lo >> 8) & 0xff) * BROADWELL_BCLK * 1000000; in broadwell_get_info()