Home
last modified time | relevance | path

Searched refs:asym_pause (Results 1 – 12 of 12) sorted by relevance

/openbmc/u-boot/drivers/net/phy/
H A Dfixed.c40 priv->asym_pause = fdtdec_get_bool(gd->fdt_blob, ofnode, "asym-pause"); in fixedphy_probe()
52 phydev->asym_pause = priv->asym_pause; in fixedphy_startup()
H A Dphy.c130 phydev->asym_pause = 0; in genphy_setup_forced()
/openbmc/u-boot/include/
H A Dphy.h140 int asym_pause; member
151 int asym_pause; member
/openbmc/u-boot/doc/device-tree-bindings/net/
H A Dfixed-link.txt18 * 'asym-pause' (boolean, optional), to indicate that asym_pause should
/openbmc/u-boot/board/freescale/ls1046aqds/
H A Deth.c187 f_link.asym_pause = 0; in board_ft_fman_fixup_port()
228 f_link.asym_pause = 0; in board_ft_fman_fixup_port()
/openbmc/u-boot/board/freescale/ls1043aqds/
H A Deth.c182 f_link.asym_pause = 0; in board_ft_fman_fixup_port()
247 f_link.asym_pause = 0; in board_ft_fman_fixup_port()
/openbmc/u-boot/board/freescale/b4860qds/
H A Deth_b4860qds.c403 f_link.asym_pause = 0; in board_ft_fman_fixup_port()
/openbmc/u-boot/board/freescale/t102xqds/
H A Deth_t102xqds.c218 f_link.asym_pause = 0; in board_ft_fman_fixup_port()
/openbmc/u-boot/board/freescale/t208xqds/
H A Deth_t208xqds.c420 f_link.asym_pause = 0; in board_ft_fman_fixup_port()
/openbmc/u-boot/board/freescale/t4qds/
H A Deth.c330 f_link.asym_pause = 0; in board_ft_fman_fixup_port()
/openbmc/u-boot/drivers/net/
H A Dsni_ave.c330 if (phydev->asym_pause) in ave_adjust_link()
H A Dmtk_eth.c684 if (priv->phydev->asym_pause) in mtk_phy_link_adjust()