Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/cirrus/
Dmac89x0.c169 unsigned rev_type = 0; in mac89x0_device_probe() local
221 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()
Dcs89x0.c1315 unsigned rev_type = 0; in cs89x0_probe1() local
1352 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()
/linux-5.19.10/arch/mips/lantiq/
Dprom.h16 unsigned char rev_type[LTQ_SYS_REV_LEN]; member
Dprom.c92 soc_info.name, soc_info.rev_type); in prom_init()
/linux-5.19.10/arch/mips/lantiq/falcon/
Dprom.c61 sprintf(i->rev_type, "%c%d%d", (i->srev & 0x4) ? ('B') : ('A'), in ltq_soc_detect()
/linux-5.19.10/arch/mips/lantiq/xway/
Dprom.c45 sprintf(i->rev_type, "1.%d", i->rev); in ltq_soc_detect()