Searched refs:rev_type (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/mips/lantiq/
H A Dprom.h16 unsigned char rev_type[LTQ_SYS_REV_LEN]; member in struct:ltq_soc_info
H A Dprom.c105 soc_info.name, soc_info.rev_type);
/linux-master/arch/mips/lantiq/falcon/
H A Dprom.c61 sprintf(i->rev_type, "%c%d%d", (i->srev & 0x4) ? ('B') : ('A'),
/linux-master/arch/mips/lantiq/xway/
H A Dprom.c45 sprintf(i->rev_type, "1.%d", i->rev);
/linux-master/drivers/net/ethernet/cirrus/
H A Dmac89x0.c169 unsigned rev_type = 0; local
221 rev_type = readreg(dev, PRODUCT_ID_ADD);
222 lp->chip_type = rev_type &~ REVISON_BITS;
223 lp->chip_revision = ((rev_type & REVISON_BITS) >> 8) + 'A';
H A Dcs89x0.c1316 unsigned rev_type = 0; local
1353 rev_type = readreg(dev, PRODUCT_ID_ADD);
1354 lp->chip_type = rev_type & ~REVISON_BITS;
1355 lp->chip_revision = ((rev_type & REVISON_BITS) >> 8) + 'A';

Completed in 129 milliseconds