Lines Matching +full:100 +full:m
55 { 100, 0x2b }, in pentium3_get_frequency()
59 /* PIII(-M) FSB settings: see table b1-b of 24547206.pdf */ in pentium3_get_frequency()
66 { 100, 0x2 }, in pentium3_get_frequency()
102 (msr_decode_mult[j].ratio * msr_decode_fsb[i].value * 100)); in pentium3_get_frequency()
104 return msr_decode_mult[j].ratio * msr_decode_fsb[i].value * 100; in pentium3_get_frequency()
124 msr_tmp, (msr_tmp * 100 * 1000)); in pentiumM_get_frequency()
126 return msr_tmp * 100 * 1000; in pentiumM_get_frequency()
201 fsb = 100 * 1000; in pentium4_get_frequency()
266 /* Intel Mobile Pentium 4-M in speedstep_detect_processor()
279 * B-stepping [M-P4-M] in speedstep_detect_processor()
287 * C-stepping [M-P4-M] in speedstep_detect_processor()
298 * D-stepping [M-P4-M or M-P4/533] in speedstep_detect_processor()
301 * used by M-P4-M, M-P4/533 and(!) Celeron CPUs. in speedstep_detect_processor()
307 * M-P4-Ms may have either ebx=0xe or 0xf [see above] in speedstep_detect_processor()
308 * M-P4/533 have either ebx=0xe or 0xf. [25317607.pdf] in speedstep_detect_processor()
309 * also, M-P4M HTs have ebx=0x8, too in speedstep_detect_processor()
327 * 0x06 for mobile PIII-M */ in speedstep_detect_processor()
336 /* So far all PIII-M processors support SpeedStep. See in speedstep_detect_processor()
343 /* all mobile PIII Coppermines have FSB 100 MHz in speedstep_detect_processor()