Searched refs:mults (Results 1 – 2 of 2) sorted by relevance
| /linux/scripts/ |
| H A D | gen-crc-consts.py | 48 def print_mult_pair(variant, mults): argument 49 mults = list(mults if variant.lsb else reversed(mults)) 189 mults = [] 212 mults.append({ 'val': reduce(1 << pow_of_x, G) << (64 - n), 214 print_mult_pair(v, mults) 226 mults = [] 233 mults.append({ 'val': val, 'desc': desc }) 245 mults.append({ 'val': val, 'desc': desc }) 247 print_mult_pair(v, mults)
|
| /linux/drivers/cpufreq/ |
| H A D | longhaul.c | 83 static int mults[32]; variable 260 mult = mults[mults_index & 0x1f]; in longhaul_setstate() 483 ratio = mults[j]; in longhaul_get_ranges() 519 if (mults[longhaul_table[j].driver_data & 0x1f] == mult) { in longhaul_get_ranges() 772 memcpy(mults, samuel1_mults, sizeof(samuel1_mults)); in longhaul_cpu_init() 784 memcpy(mults, samuel1_mults, sizeof(samuel1_mults)); in longhaul_cpu_init() 796 memcpy(mults, ezra_mults, sizeof(ezra_mults)); in longhaul_cpu_init() 807 memcpy(mults, ezrat_mults, sizeof(ezrat_mults)); in longhaul_cpu_init() 814 memcpy(mults, nehemiah_mults, sizeof(nehemiah_mults)); in longhaul_cpu_init() 959 if (mults[i] == maxmult) { in longhaul_exit()
|