Home
last modified time | relevance | path

Searched refs:MDIO_STAT_RD_ER (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/
H A Dxgmac_mdio.c38 #define MDIO_STAT_RD_ER BIT(1) macro
237 if ((xgmac_read32(&regs->mdio_stat, endian) & MDIO_STAT_RD_ER) && in xgmac_mdio_read()
/OK3568_Linux_fs/u-boot/drivers/net/fm/
H A Dtgec_phy.c98 if (in_be32(&regs->mdio_stat) & MDIO_STAT_RD_ER) in tgec_mdio_read()
H A Dmemac_phy.c126 if (memac_in_32(&regs->mdio_stat) & MDIO_STAT_RD_ER) in memac_mdio_read()
/OK3568_Linux_fs/u-boot/include/
H A Dfsl_tgec.h186 #define MDIO_STAT_RD_ER (1 << 1) macro
H A Dfsl_memac.h244 #define MDIO_STAT_RD_ER (1 << 1) macro