Searched refs:pfc (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh/kernel/
H A Dcpufreq.c41 unsigned int pfc; member in struct:clock_set
76 current_cpu_data.module_clock = current_cpu_data.master_clock / clock_sets[set].pfc;
125 frqcr &= 0x0e00; /* Clear ifc, bfc, pfc */
128 frqcr |= get_pfc_value(clock_sets[set].pfc);
142 unsigned int ifc, bfc, pfc; local
148 get_current_frequency_divisors(&ifc, &bfc, &pfc);
151 clock_sets[MAX_CLOCK_SET].pfc = pfc;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh64/kernel/
H A Dtime.c465 unsigned long frqcr, ifc, pfc; local
506 pfc = pfc_table[(frqcr>> 12) & 0x0007];
513 module_clock = master_clock/pfc;

Completed in 44 milliseconds