Searched refs:rev_type (Results 1 – 6 of 6) sorted by relevance
169 unsigned rev_type = 0; in mac89x0_device_probe() local221 rev_type = readreg(dev, PRODUCT_ID_ADD); in mac89x0_device_probe()222 lp->chip_type = rev_type &~ REVISON_BITS; in mac89x0_device_probe()223 lp->chip_revision = ((rev_type & REVISON_BITS) >> 8) + 'A'; in mac89x0_device_probe()
1315 unsigned rev_type = 0; in cs89x0_probe1() local1352 rev_type = readreg(dev, PRODUCT_ID_ADD); in cs89x0_probe1()1353 lp->chip_type = rev_type & ~REVISON_BITS; in cs89x0_probe1()1354 lp->chip_revision = ((rev_type & REVISON_BITS) >> 8) + 'A'; in cs89x0_probe1()
16 unsigned char rev_type[LTQ_SYS_REV_LEN]; member
111 soc_info.name, soc_info.rev_type); in prom_init()
61 sprintf(i->rev_type, "%c%d%d", (i->srev & 0x4) ? ('B') : ('A'), in ltq_soc_detect()
45 sprintf(i->rev_type, "1.%d", i->rev); in ltq_soc_detect()