Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/sh/kernel/
Dtime.c357 unsigned short frqcr, ifc, pfc, bfc; in time_init() local
453 pfc = pfc_table[tmp]; in time_init()
463 pfc = pfc_table[tmp]; in time_init()
515 pfc = pfc_table[frqcr & 0x0007]; in time_init()
519 master_clock = module_clock * pfc; in time_init()
/linux-2.4.37.9/arch/sh64/kernel/
Dtime.c490 unsigned long frqcr, ifc, pfc; in time_init() local
532 pfc = pfc_table[(frqcr>> 12) & 0x0007]; in time_init()
539 module_clock = master_clock/pfc; in time_init()