Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/lantiq/
Dprom.h18 unsigned char rev_type[LTQ_SYS_REV_LEN]; member
Dprom.c94 soc_info.name, soc_info.rev_type); in prom_init()
/linux-4.1.27/drivers/net/ethernet/cirrus/
Dmac89x0.c187 unsigned rev_type = 0; in mac89x0_probe() local
245 rev_type = readreg(dev, PRODUCT_ID_ADD); in mac89x0_probe()
246 lp->chip_type = rev_type &~ REVISON_BITS; in mac89x0_probe()
247 lp->chip_revision = ((rev_type & REVISON_BITS) >> 8) + 'A'; in mac89x0_probe()
Dcs89x0.c1315 unsigned rev_type = 0; in cs89x0_probe1() local
1351 rev_type = readreg(dev, PRODUCT_ID_ADD); in cs89x0_probe1()
1352 lp->chip_type = rev_type & ~REVISON_BITS; in cs89x0_probe1()
1353 lp->chip_revision = ((rev_type & REVISON_BITS) >> 8) + 'A'; in cs89x0_probe1()
/linux-4.1.27/arch/mips/lantiq/falcon/
Dprom.c63 sprintf(i->rev_type, "%c%d%d", (i->srev & 0x4) ? ('B') : ('A'), in ltq_soc_detect()
/linux-4.1.27/arch/mips/lantiq/xway/
Dprom.c41 sprintf(i->rev_type, "1.%d", i->rev); in ltq_soc_detect()