Lines Matching +full:30 +full:mhz
3 * Libata driver for the highpoint 37x and 30x UDMA66 ATA controllers.
26 #define DRV_VERSION "0.6.30"
56 * 30 PIO_MST enable. If set, the chip is in bus master mode during
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()
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()
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()
1029 MODULE_DESCRIPTION("low-level driver for the Highpoint HPT37x/30x");