Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dmac89x0.c179 unsigned rev_type = 0; in mac89x0_probe() local
237 rev_type = readreg(dev, PRODUCT_ID_ADD); in mac89x0_probe()
238 lp->chip_type = rev_type &~ REVISON_BITS; in mac89x0_probe()
239 lp->chip_revision = ((rev_type & REVISON_BITS) >> 8) + 'A'; in mac89x0_probe()
Dcs89x0.c386 unsigned rev_type = 0; in cs89x0_probe1() local
457 rev_type = readreg(dev, PRODUCT_ID_ADD); in cs89x0_probe1()
458 lp->chip_type = rev_type &~ REVISON_BITS; in cs89x0_probe1()
459 lp->chip_revision = ((rev_type & REVISON_BITS) >> 8) + 'A'; in cs89x0_probe1()