Searched refs:ifc_table (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/arch/sh/kernel/ |
D | time.c | 363 static int ifc_table[] = { 1, 2, 4, 1, 3, 1, 1, 1 }; in time_init() local 368 static int ifc_table[] = { 1, 2, 3, 4, 6, 8, 1, 1 }; in time_init() local 369 #define bfc_table ifc_table /* Same */ in time_init() 460 ifc = ifc_table[tmp]; in time_init() 513 ifc = ifc_table[(frqcr>> 6) & 0x0007]; in time_init()
|
/linux-2.4.37.9/arch/sh64/kernel/ |
D | time.c | 491 static int ifc_table[] = { 2, 4, 6, 8, 10, 12, 16, 24 }; in time_init() local 492 #define bfc_table ifc_table /* Same */ in time_init() 493 #define pfc_table ifc_table /* Same */ in time_init() 530 ifc = ifc_table[(frqcr>> 6) & 0x0007]; in time_init()
|