Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/ata/
Dpata_hpt37x.c832 int clock_slot; in hpt37x_init_one() local
971 clock_slot = hpt37x_clock_slot(freq, chip_table->base); in hpt37x_init_one()
972 if (chip_table->clocks[clock_slot] == NULL || prefer_dpll) { in hpt37x_init_one()
985 f_low = (MHz[clock_slot] * 48) / MHz[dpll]; in hpt37x_init_one()
987 if (clock_slot > 1) in hpt37x_init_one()
1019 MHz[clock_slot], MHz[dpll]); in hpt37x_init_one()
1021 private_data = (void *)chip_table->clocks[clock_slot]; in hpt37x_init_one()
1028 if (clock_slot < 2 && ppi[0] == &info_hpt370) in hpt37x_init_one()
1030 if (clock_slot < 2 && ppi[0] == &info_hpt370a) in hpt37x_init_one()
1034 chip_table->name, MHz[clock_slot]); in hpt37x_init_one()