Searched refs:clock_slot (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dpata_hpt37x.c786 int clock_slot; local
923 clock_slot = hpt37x_clock_slot(freq, chip_table->base);
924 if (chip_table->clocks[clock_slot] == NULL || prefer_dpll) {
937 f_low = (MHz[clock_slot] * 48) / MHz[dpll];
939 if (clock_slot > 1)
966 MHz[clock_slot], MHz[dpll]);
968 private_data = (void *)chip_table->clocks[clock_slot];
975 if (clock_slot < 2 && ppi[0] == &info_hpt370)
977 if (clock_slot < 2 && ppi[0] == &info_hpt370a)
980 chip_table->name, MHz[clock_slot]);
[all...]

Completed in 103 milliseconds