chip_table        831 drivers/ata/pata_hpt37x.c 	const struct hpt_chip *chip_table;
chip_table        852 drivers/ata/pata_hpt37x.c 			chip_table = &hpt370;
chip_table        857 drivers/ata/pata_hpt37x.c 			chip_table = &hpt370a;
chip_table        862 drivers/ata/pata_hpt37x.c 			chip_table = &hpt372;
chip_table        875 drivers/ata/pata_hpt37x.c 		chip_table = &hpt372a;
chip_table        883 drivers/ata/pata_hpt37x.c 		chip_table = &hpt302;
chip_table        889 drivers/ata/pata_hpt37x.c 		chip_table = &hpt371;
chip_table        899 drivers/ata/pata_hpt37x.c 		chip_table = &hpt374;
chip_table        933 drivers/ata/pata_hpt37x.c 	if (chip_table == &hpt372a)
chip_table        942 drivers/ata/pata_hpt37x.c 	if (chip_table == &hpt374) {
chip_table        971 drivers/ata/pata_hpt37x.c 	clock_slot = hpt37x_clock_slot(freq, chip_table->base);
chip_table        972 drivers/ata/pata_hpt37x.c 	if (chip_table->clocks[clock_slot] == NULL || prefer_dpll) {
chip_table       1021 drivers/ata/pata_hpt37x.c 		private_data = (void *)chip_table->clocks[clock_slot];
chip_table       1034 drivers/ata/pata_hpt37x.c 			chip_table->name, MHz[clock_slot]);
chip_table        268 drivers/net/ethernet/amd/lance.c } chip_table[] = {
chip_table        425 drivers/net/ethernet/amd/lance.c 					r->name = chip_table[ver].name;
chip_table        528 drivers/net/ethernet/amd/lance.c 		for (lance_version = 1; chip_table[lance_version].id_number; lance_version++) {
chip_table        529 drivers/net/ethernet/amd/lance.c 			if (chip_table[lance_version].id_number == chip_version)
chip_table        536 drivers/net/ethernet/amd/lance.c 	chipname = chip_table[lance_version].name;
chip_table        716 drivers/net/ethernet/amd/lance.c 	if (chip_table[lp->chip_version].flags & LANCE_ENABLE_AUTOSELECT) {
chip_table        775 drivers/net/ethernet/amd/lance.c 	if (chip_table[lp->chip_version].flags & LANCE_MUST_UNRESET)
chip_table        778 drivers/net/ethernet/amd/lance.c 	if (chip_table[lp->chip_version].flags & LANCE_ENABLE_AUTOSELECT) {
chip_table        907 drivers/net/ethernet/amd/lance.c 		(chip_table[lp->chip_version].flags & LANCE_MUST_REINIT_RING)) {
chip_table        976 drivers/net/ethernet/amd/lance.c 	if (chip_table[lp->chip_version].flags & LANCE_MUST_PAD) {
chip_table       1232 drivers/net/ethernet/amd/lance.c 	if (chip_table[lp->chip_version].flags & LANCE_HAS_MISSED_FRAME) {
chip_table       1263 drivers/net/ethernet/amd/lance.c 	if (chip_table[lp->chip_version].flags & LANCE_HAS_MISSED_FRAME) {