Home
last modified time | relevance | path

Searched refs:SUPPORTED_10baseT_Half (Results 1 – 13 of 13) sorted by relevance

/rk3399_rockchip-uboot/drivers/qe/
H A Duec_phy.h104 #define MII_BASIC_FEATURES (SUPPORTED_10baseT_Half | \
130 #define SUPPORTED_10baseT_Half (1 << 0) macro
H A Duec_phy.c282 if (features & (SUPPORTED_10baseT_Half in genmii_setup_forced()
/rk3399_rockchip-uboot/include/
H A Dphy.h30 #define PHY_10BT_FEATURES (SUPPORTED_10baseT_Half | \
/rk3399_rockchip-uboot/include/linux/
H A Dethtool.h562 #define SUPPORTED_10baseT_Half (1 << 0) macro
/rk3399_rockchip-uboot/drivers/net/
H A Dxilinx_emaclite.c261 u32 supported = SUPPORTED_10baseT_Half | in setup_phy()
H A Dpic32_eth.c108 priv->phydev->supported = SUPPORTED_10baseT_Half | in pic32_phy_init()
H A Dxilinx_axi_emac.c228 u32 supported = SUPPORTED_10baseT_Half | in axiemac_phy_init()
H A Dzynq_gem.c317 const u32 supported = SUPPORTED_10baseT_Half | in zynq_phy_init()
H A Dravb.c315 | SUPPORTED_10baseT_Half); in ravb_phy_config()
H A Dtsec.c652 u32 supported = (SUPPORTED_10baseT_Half | in init_phy()
H A Dvsc9953.c140 phydev->supported &= SUPPORTED_10baseT_Half | in init_phy()
/rk3399_rockchip-uboot/drivers/net/phy/
H A Dphy.c406 features |= SUPPORTED_10baseT_Half; in genphy_config()
/rk3399_rockchip-uboot/drivers/net/fm/
H A Deth.c707 supported = (SUPPORTED_10baseT_Half | in init_phy()