Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/cirrus/
H A Dmac89x0.c222 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()
H A Dcs89x0.h432 #define REVISON_BITS 0x1F00 macro
H A Dcs89x0.c1352 lp->chip_type = rev_type & ~REVISON_BITS; in cs89x0_probe1()
1353 lp->chip_revision = ((rev_type & REVISON_BITS) >> 8) + 'A'; in cs89x0_probe1()
/kernel/linux/linux-6.6/drivers/net/ethernet/cirrus/
H A Dmac89x0.c222 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()
H A Dcs89x0.h432 #define REVISON_BITS 0x1F00 macro
H A Dcs89x0.c1354 lp->chip_type = rev_type & ~REVISON_BITS; in cs89x0_probe1()
1355 lp->chip_revision = ((rev_type & REVISON_BITS) >> 8) + 'A'; in cs89x0_probe1()

Completed in 11 milliseconds