Searched refs:FEC_ENET_MII (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/fs_enet/
H A Dfec.h19 #define FEC_ENET_MII 0x00800000U /* MII interrupt */ macro
H A Dmii-fec.c64 if ((in_be32(&fecp->fec_ievent) & FEC_ENET_MII) != 0)
68 out_be32(&fecp->fec_ievent, FEC_ENET_MII);
88 if ((in_be32(&fecp->fec_ievent) & FEC_ENET_MII) != 0)
92 out_be32(&fecp->fec_ievent, FEC_ENET_MII);
164 out_be32(&fec->fecp->fec_ievent, FEC_ENET_MII);
H A Dmac-fec.c386 FW(fecp, ievent, FEC_ENET_MII);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dfec.c118 #define FEC_ENET_MII ((uint)0x00800000) /* MII interrupt */ macro
121 #define FEC_DEFAULT_IMASK (FEC_ENET_TXF | FEC_ENET_RXF | FEC_ENET_MII)
341 if (int_events & FEC_ENET_MII) {

Completed in 212 milliseconds