Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ata/
H A Dpata_hpt37x.c810 int clock_slot; in hpt37x_init_one() local
939 clock_slot = hpt37x_clock_slot(freq); in hpt37x_init_one()
940 if (chip_table->clocks[clock_slot] == NULL || prefer_dpll) { in hpt37x_init_one()
953 f_low = (MHz[clock_slot] * 48) / MHz[dpll]; in hpt37x_init_one()
955 if (clock_slot > 1) in hpt37x_init_one()
987 MHz[clock_slot], MHz[dpll]); in hpt37x_init_one()
989 private_data = (void *)chip_table->clocks[clock_slot]; in hpt37x_init_one()
996 if (clock_slot < 2 && ppi[0] == &info_hpt370) in hpt37x_init_one()
998 if (clock_slot < 2 && ppi[0] == &info_hpt370a) in hpt37x_init_one()
1002 chip_table->name, MHz[clock_slot]); in hpt37x_init_one()