Lines Matching +full:55 +full:mhz
146 55,
595 * @freq: Reported frequency in MHz
598 * and 3 for 66Mhz)
604 return 0; /* 33Mhz slot */ in hpt37x_clock_slot()
606 return 1; /* 40Mhz slot */ in hpt37x_clock_slot()
607 if (freq < 55) in hpt37x_clock_slot()
608 return 2; /* 50Mhz slot */ in hpt37x_clock_slot()
609 return 3; /* 60Mhz slot */ in hpt37x_clock_slot()
688 freq = (fcnt * base) / 192; /* in MHz */ in hpt37x_pci_clock()
695 if (freq < 55) in hpt37x_pci_clock()
798 static const int MHz[4] = { 33, 40, 50, 66 }; in hpt37x_init_one() local
804 unsigned int freq; /* MHz */ in hpt37x_init_one()
945 * use a 50MHz DPLL by choice in hpt37x_init_one()
953 f_low = (MHz[clock_slot] * 48) / MHz[dpll]; in hpt37x_init_one()
987 MHz[clock_slot], MHz[dpll]); in hpt37x_init_one()
1002 chip_table->name, MHz[clock_slot]); in hpt37x_init_one()