Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/freescale/
H A Dxgmac_mdio.c42 #define MDIO_STAT_RD_ER BIT(1) macro
243 if ((xgmac_read32(&regs->mdio_stat, endian) & MDIO_STAT_RD_ER) && in xgmac_mdio_read_c22()
309 if ((xgmac_read32(&regs->mdio_stat, endian) & MDIO_STAT_RD_ER) && in xgmac_mdio_read_c45()
/openbmc/u-boot/drivers/net/fm/
H A Dtgec_phy.c97 if (in_be32(&regs->mdio_stat) & MDIO_STAT_RD_ER) in tgec_mdio_read()
H A Dmemac_phy.c125 if (memac_in_32(&regs->mdio_stat) & MDIO_STAT_RD_ER) in memac_mdio_read()
/openbmc/u-boot/include/
H A Dfsl_tgec.h185 #define MDIO_STAT_RD_ER (1 << 1) macro
H A Dfsl_memac.h243 #define MDIO_STAT_RD_ER (1 << 1) macro