Searched refs:rev_type (Results 1 – 2 of 2) sorted by relevance
179 unsigned rev_type = 0; in mac89x0_probe() local237 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()
386 unsigned rev_type = 0; in cs89x0_probe1() local457 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()