Searched refs:chip_table (Results 1 - 2 of 2) sorted by relevance

/drivers/ata/
H A Dpata_hpt37x.c833 const struct hpt_chip *chip_table; local
854 chip_table = &hpt370;
859 chip_table = &hpt370a;
864 chip_table = &hpt372;
877 chip_table = &hpt372a;
885 chip_table = &hpt302;
891 chip_table = &hpt371;
901 chip_table = &hpt374;
935 if (chip_table == &hpt372a)
944 if (chip_table
[all...]
/drivers/net/ethernet/amd/
H A Dlance.c268 } chip_table[] = { variable in typeref:struct:lance_chip_type
425 r->name = chip_table[ver].name;
529 for (lance_version = 1; chip_table[lance_version].id_number; lance_version++) {
530 if (chip_table[lance_version].id_number == chip_version)
537 chipname = chip_table[lance_version].name;
717 if (chip_table[lp->chip_version].flags & LANCE_ENABLE_AUTOSELECT) {
776 if (chip_table[lp->chip_version].flags & LANCE_MUST_UNRESET)
779 if (chip_table[lp->chip_version].flags & LANCE_ENABLE_AUTOSELECT) {
908 (chip_table[lp->chip_version].flags & LANCE_MUST_REINIT_RING)) {
977 if (chip_table[l
[all...]

Completed in 202 milliseconds