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()
19 #define FEC_ENET_MII 0x00800000U /* MII interrupt */ macro
390 FW(fecp, ievent, FEC_ENET_MII); in stop()
369 #define FEC_ENET_MII ((uint)0x00800000) /* MII interrupt */ macro377 #define FEC_DEFAULT_IMASK (FEC_ENET_TXF | FEC_ENET_RXF | FEC_ENET_MII | FEC_ENET_TS_TIMER)378 #define FEC_NAPI_IMASK (FEC_ENET_MII | FEC_ENET_TS_TIMER)
1077 writel(FEC_ENET_MII, fep->hwp + FEC_IMASK); in fec_restart()1604 if (int_events & FEC_ENET_MII) { in fec_enet_interrupt()