Home
last modified time | relevance | path

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

/linux/drivers/ata/
H A Dpata_hpt37x.c809 const struct hpt_chip *chip_table; in hpt37x_init_one() local
830 chip_table = &hpt370; in hpt37x_init_one()
835 chip_table = &hpt370a; in hpt37x_init_one()
840 chip_table = &hpt372; in hpt37x_init_one()
854 chip_table = &hpt372a; in hpt37x_init_one()
862 chip_table = &hpt302; in hpt37x_init_one()
868 chip_table = &hpt371; in hpt37x_init_one()
878 chip_table = &hpt374; in hpt37x_init_one()
927 if (chip_table == &hpt372a) in hpt37x_init_one()
930 freq = hpt37x_pci_clock(dev, chip_table->base); in hpt37x_init_one()
[all …]
/linux/drivers/net/ethernet/amd/
H A Dlance.c269 } chip_table[] = { variable
429 r->name = chip_table[ver].name; in do_lance_probe()
533 for (lance_version = 1; chip_table[lance_version].id_number; lance_version++) { in lance_probe1()
534 if (chip_table[lance_version].id_number == chip_version) in lance_probe1()
541 chipname = chip_table[lance_version].name; in lance_probe1()
722 if (chip_table[lp->chip_version].flags & LANCE_ENABLE_AUTOSELECT) { in lance_probe1()
781 if (chip_table[lp->chip_version].flags & LANCE_MUST_UNRESET) in lance_open()
784 if (chip_table[lp->chip_version].flags & LANCE_ENABLE_AUTOSELECT) { in lance_open()
913 (chip_table[lp->chip_version].flags & LANCE_MUST_REINIT_RING)) { in lance_restart()
982 if (chip_table[lp->chip_version].flags & LANCE_MUST_PAD) { in lance_start_xmit()
[all …]