Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/ata/
H A Dpata_hpt37x.c832 int clock_slot; in hpt37x_init_one() local
985 clock_slot = hpt37x_clock_slot(freq, chip_table->base); in hpt37x_init_one()
986 if (chip_table->clocks[clock_slot] == NULL || prefer_dpll) { in hpt37x_init_one()
999 f_low = (MHz[clock_slot] * 48) / MHz[dpll]; in hpt37x_init_one()
1001 if (clock_slot > 1) in hpt37x_init_one()
1033 MHz[clock_slot], MHz[dpll]); in hpt37x_init_one()
1035 private_data = (void *)chip_table->clocks[clock_slot]; in hpt37x_init_one()
1042 if (clock_slot < 2 && ppi[0] == &info_hpt370) in hpt37x_init_one()
1044 if (clock_slot < 2 && ppi[0] == &info_hpt370a) in hpt37x_init_one()
1048 chip_table->name, MHz[clock_slot]); in hpt37x_init_one()