Searched refs:pfc_table (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/arch/sh/kernel/ |
D | time.c | 361 static int pfc_table[] = { 1, 2, 3, 4, 6 }; in time_init() local 364 static int pfc_table[] = { 1, 2, 4, 1, 3, 6, 1, 1 }; in time_init() local 370 static int pfc_table[] = { 2, 3, 4, 6, 8, 2, 2, 2 }; 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()
|
/linux-2.4.37.9/arch/sh64/kernel/ |
D | time.c | 493 #define pfc_table ifc_table /* Same */ in time_init() macro 532 pfc = pfc_table[(frqcr>> 12) & 0x0007]; in time_init()
|