Searched refs:FEC_ENET_MII (Results 1 – 5 of 5) sorted by relevance
64 if ((in_be32(&fecp->fec_ievent) & FEC_ENET_MII) != 0) in fs_enet_fec_mii_read()68 out_be32(&fecp->fec_ievent, FEC_ENET_MII); in fs_enet_fec_mii_read()88 if ((in_be32(&fecp->fec_ievent) & FEC_ENET_MII) != 0) in fs_enet_fec_mii_write()92 out_be32(&fecp->fec_ievent, FEC_ENET_MII); in fs_enet_fec_mii_write()165 out_be32(&fec->fecp->fec_ievent, FEC_ENET_MII); in fs_enet_mdio_probe()
17 #define FEC_ENET_MII 0x00800000U /* MII interrupt */ macro
374 FW(fecp, ievent, FEC_ENET_MII); in stop()
371 #define FEC_ENET_MII ((uint)0x00800000) /* MII interrupt */ macro379 #define FEC_DEFAULT_IMASK (FEC_ENET_TXF | FEC_ENET_RXF | FEC_ENET_MII)380 #define FEC_NAPI_IMASK FEC_ENET_MII
1088 writel(FEC_ENET_MII, fep->hwp + FEC_IMASK); in fec_restart()1615 if (int_events & FEC_ENET_MII) { in fec_enet_interrupt()