Searched refs:FEC_ENET_MII (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/fs_enet/ |
| H A D | mii-fec.c | 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()
|
| H A D | fec.h | 17 #define FEC_ENET_MII 0x00800000U /* MII interrupt */ macro
|
| H A D | mac-fec.c | 374 FW(fecp, ievent, FEC_ENET_MII); in stop()
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | mpc8xx_fec.c | 719 #define FEC_ENET_MII ((uint)0x00800000) /* MII interrupt */ macro 737 while (!(in_be32(&ep->fec_ievent) & FEC_ENET_MII)) { in mii_send() 744 out_be32(&ep->fec_ievent, FEC_ENET_MII); /* clear MII complete */ in mii_send()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/ |
| H A D | fec.h | 371 #define FEC_ENET_MII ((uint)0x00800000) /* MII interrupt */ macro
|
| H A D | fec_main.c | 976 writel((0xffffffff & ~FEC_ENET_MII), fep->hwp + FEC_IEVENT); in fec_restart() 1617 int_events &= ~FEC_ENET_MII; in fec_enet_collect_events() 1798 ievent & FEC_ENET_MII, 2, 30000); in fec_enet_mdio_wait() 1801 writel(FEC_ENET_MII, fep->hwp + FEC_IEVENT); in fec_enet_mdio_wait() 2153 writel(FEC_ENET_MII, fep->hwp + FEC_IEVENT); in fec_enet_mii_init()
|