Searched refs:PLC_REV_MASK (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/skfp/h/
H A Dsupern_2.h874 #define PLC_REV_MASK 0x3800 /* revision bits in status A */ macro
878 #define PLC_REV_MASK 0xf800 /* revision bits in status A */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/skfp/
H A Dpcmplc.c438 rev = inpw(PLC(p,PL_STATUS_A)) & PLC_REV_MASK ;
774 plc_rev = inpw(PLC(np,PL_STATUS_A)) & PLC_REV_MASK ;
794 if (((inpw(PLC(np,PL_STATUS_A)) & PLC_REV_MASK) !=
1657 ((inpw(PLC(np,PL_STATUS_A)) & PLC_REV_MASK) ==

Completed in 51 milliseconds