Lines Matching defs:chip_table
809 const struct hpt_chip *chip_table;
830 chip_table = &hpt370;
835 chip_table = &hpt370a;
840 chip_table = &hpt372;
854 chip_table = &hpt372a;
862 chip_table = &hpt302;
868 chip_table = &hpt371;
878 chip_table = &hpt374;
927 if (chip_table == &hpt372a)
930 freq = hpt37x_pci_clock(dev, chip_table->base);
940 if (chip_table->clocks[clock_slot] == NULL || prefer_dpll) {
989 private_data = (void *)chip_table->clocks[clock_slot];
1002 chip_table->name, MHz[clock_slot]);