Searched refs:phy_reset (Results 1 – 14 of 14) sorted by relevance
| /openbmc/u-boot/cmd/aspeed/nettest/ |
| H A D | phy.c | 296 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 D | x530.c | 136 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 D | platinum_picon.c | 135 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 D | x600.c | 113 phy_reset(phydev); in board_phy_config()
|
| /openbmc/u-boot/drivers/net/phy/ |
| H A D | marvell.c | 284 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 D | broadcom.c | 59 phy_reset(phydev); in bcm5461_config() 244 phy_reset(phydev); in bcm_cygnus_config()
|
| H A D | phy.c | 790 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 D | mv88e61xx.c | 948 res = phy_reset(phydev); in mv88e61xx_phy_config()
|
| /openbmc/u-boot/include/ |
| H A D | phy.h | 191 int phy_reset(struct phy_device *phydev);
|
| /openbmc/u-boot/drivers/ram/rockchip/ |
| H A D | dmc-rk3368.c | 332 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 D | armada-385-atl-x530.dtsi | 39 compatible = "atl,phy_reset";
|
| /openbmc/qemu/hw/net/ |
| H A D | ftgmac100.c | 301 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 D | pic32_eth.c | 356 phy_reset(priv->phydev); in pic32_eth_stop()
|
| /openbmc/u-boot/board/toradex/colibri_imx6/ |
| H A D | colibri_imx6.c | 431 phy_reset(phydev); in board_eth_init()
|