Searched refs:FEC_R_CNTRL (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/
H A Dfec.h31 #define FEC_R_CNTRL 0x084 /* Receive control reg */ macro
63 #define FEC_R_CNTRL 0x104 /* Receive control reg */ macro
H A Dfec.c977 tmp = readl(fep->hwp + FEC_R_CNTRL);
979 writel(tmp, fep->hwp + FEC_R_CNTRL);
983 tmp = readl(fep->hwp + FEC_R_CNTRL);
985 writel(tmp, fep->hwp + FEC_R_CNTRL);
1194 writel(OPT_FRAME_SIZE | 0x04, fep->hwp + FEC_R_CNTRL);
1198 writel(OPT_FRAME_SIZE | 0x06, fep->hwp + FEC_R_CNTRL);

Completed in 58 milliseconds