Home
last modified time | relevance | path

Searched refs:phy_reset (Results 1 – 14 of 14) sorted by relevance

/openbmc/u-boot/cmd/aspeed/nettest/
H A Dphy.c296 static void phy_reset(MAC_ENGINE *eng) in phy_reset() function
347 phy_reset(eng); in recov_phy_marvell()
365 phy_reset( eng ); in phy_marvell()
368 phy_reset( eng ); in phy_marvell()
378 phy_reset( eng ); in phy_marvell()
431 phy_reset( eng ); in phy_marvell0()
446 phy_reset( eng ); in phy_marvell0()
456 phy_reset( eng ); in phy_marvell0()
555 phy_reset( eng ); in phy_marvell2()
590 phy_reset( eng ); in phy_marvell2()
[all …]
/openbmc/u-boot/board/alliedtelesis/x530/
H A Dx530.c136 static struct gpio_desc usb_en = {}, nand_wp = {}, phy_reset[2] = {}, in misc_init_r() local
141 gpio_hog_list(phy_reset, ARRAY_SIZE(phy_reset), "atl,phy-reset", "reset-gpio", 0); in misc_init_r()
/openbmc/u-boot/board/barco/platinum/
H A Dplatinum_picon.c135 unsigned phy_reset = IMX_GPIO_NR(1, 19); in platinum_setup_enet() local
141 gpio_direction_output(phy_reset, 0); in platinum_setup_enet()
144 gpio_set_value(phy_reset, 1); in platinum_setup_enet()
/openbmc/u-boot/board/spear/x600/
H A Dx600.c113 phy_reset(phydev); in board_phy_config()
/openbmc/u-boot/drivers/net/phy/
H A Dmarvell.c284 phy_reset(phydev); in m88e1111s_config()
297 phy_reset(phydev); in m88e1111s_config()
396 phy_reset(phydev); in m88e1518_config()
541 phy_reset(phydev); in m88e1149_config()
H A Dbroadcom.c59 phy_reset(phydev); in bcm5461_config()
244 phy_reset(phydev); in bcm_cygnus_config()
H A Dphy.c790 int phy_reset(struct phy_device *phydev) in phy_reset() function
853 return phy_reset(phydev); in miiphy_reset()
877 phy_reset(phydev); in phy_connect_dev()
H A Dmv88e61xx.c948 res = phy_reset(phydev); in mv88e61xx_phy_config()
/openbmc/u-boot/include/
H A Dphy.h191 int phy_reset(struct phy_device *phydev);
/openbmc/u-boot/drivers/ram/rockchip/
H A Ddmc-rk3368.c332 const u32 phy_reset = BIT(1) | BIT(0); in ddrctl_reset() local
342 rk_setreg(&cru->softrst_con[10], ctl_reset | phy_reset); in ddrctl_reset()
344 rk_clrreg(&cru->softrst_con[10], phy_reset); in ddrctl_reset()
/openbmc/u-boot/arch/arm/dts/
H A Darmada-385-atl-x530.dtsi39 compatible = "atl,phy_reset";
/openbmc/qemu/hw/net/
H A Dftgmac100.c301 static void phy_reset(FTGMAC100State *s) in phy_reset() function
387 phy_reset(s); in do_phy_write()
720 phy_reset(s); in ftgmac100_do_reset()
/openbmc/u-boot/drivers/net/
H A Dpic32_eth.c356 phy_reset(priv->phydev); in pic32_eth_stop()
/openbmc/u-boot/board/toradex/colibri_imx6/
H A Dcolibri_imx6.c431 phy_reset(phydev); in board_eth_init()