Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/ata/
Dpata_hpt37x.c834 int clock_slot; in hpt37x_init_one() local
973 clock_slot = hpt37x_clock_slot(freq, chip_table->base); in hpt37x_init_one()
974 if (chip_table->clocks[clock_slot] == NULL || prefer_dpll) { in hpt37x_init_one()
987 f_low = (MHz[clock_slot] * 48) / MHz[dpll]; in hpt37x_init_one()
989 if (clock_slot > 1) in hpt37x_init_one()
1021 MHz[clock_slot], MHz[dpll]); in hpt37x_init_one()
1023 private_data = (void *)chip_table->clocks[clock_slot]; in hpt37x_init_one()
1030 if (clock_slot < 2 && ppi[0] == &info_hpt370) in hpt37x_init_one()
1032 if (clock_slot < 2 && ppi[0] == &info_hpt370a) in hpt37x_init_one()
1036 chip_table->name, MHz[clock_slot]); in hpt37x_init_one()