Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/cpufreq/
Dintel_pstate.c541 #define BYT_BCLK_FREQS 5 macro
542 static int byt_freq_table[BYT_BCLK_FREQS] = { 833, 1000, 1333, 1167, 800};
552 BUG_ON(i > BYT_BCLK_FREQS); in byt_get_scaling()