Lines Matching refs:centaur
94 struct eps_cpu_data *centaur; in eps_get() local
99 centaur = eps_cpu[cpu]; in eps_get()
100 if (centaur == NULL) in eps_get()
105 return centaur->fsb * ((lo >> 8) & 0xff); in eps_get()
108 static int eps_set_state(struct eps_cpu_data *centaur, in eps_set_state() argument
156 struct eps_cpu_data *centaur; in eps_target() local
163 centaur = eps_cpu[cpu]; in eps_target()
166 dest_state = centaur->freq_table[index].driver_data & 0xffff; in eps_target()
167 ret = eps_set_state(centaur, policy, dest_state); in eps_target()
183 struct eps_cpu_data *centaur; in eps_cpu_init() local
326 centaur = kzalloc(sizeof(*centaur) in eps_cpu_init()
329 if (!centaur) in eps_cpu_init()
331 eps_cpu[0] = centaur; in eps_cpu_init()
334 centaur->fsb = fsb; in eps_cpu_init()
336 centaur->bios_limit = limit; in eps_cpu_init()
340 f_table = ¢aur->freq_table[0]; in eps_cpu_init()
361 policy->freq_table = ¢aur->freq_table[0]; in eps_cpu_init()