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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dmac89x0.c239 lp->chip_type = rev_type &~ REVISON_BITS;
240 lp->chip_revision = ((rev_type & REVISON_BITS) >> 8) + 'A';
H A Dcs89x0.h432 #define REVISON_BITS 0x1F00 macro
H A Dcs89x0.c611 lp->chip_type = rev_type &~ REVISON_BITS;
612 lp->chip_revision = ((rev_type & REVISON_BITS) >> 8) + 'A';

Completed in 62 milliseconds