Home
last modified time | relevance | path

Searched refs:MDIO_CFG_ENC45 (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/enetc/
H A Denetc_mdio.c73 mdio_cfg |= MDIO_CFG_ENC45; in enetc_mdio_read()
77 mdio_cfg &= ~MDIO_CFG_ENC45; in enetc_mdio_read()
121 mdio_cfg |= MDIO_CFG_ENC45; in enetc_mdio_write()
125 mdio_cfg &= ~MDIO_CFG_ENC45; in enetc_mdio_write()
H A Denetc_mdio.h46 #define MDIO_CFG_ENC45 BIT(6) macro
/freebsd/sys/dev/dpaa2/
H A Dmemac_mdio_common.c136 #define MDIO_CFG_ENC45 (1 << 6) macro
197 cfg &= ~MDIO_CFG_ENC45; /* Use Clause 22 */ in memac_miibus_readreg()
239 cfg &= ~MDIO_CFG_ENC45; /* Use Clause 22 */ in memac_miibus_writereg()
/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dfman_memac_mii_acc.c48 tmp_reg |= MDIO_CFG_ENC45; in write_phy_reg_10g()
84 tmp_reg |= MDIO_CFG_ENC45; in read_phy_reg_10g()
H A Dmemac_mii_acc.h44 #define MDIO_CFG_ENC45 0x00000040 macro
/freebsd/sys/contrib/ncsw/inc/flib/
H A Dfsl_fman_memac_mii_acc.h42 #define MDIO_CFG_ENC45 0x00000040 macro