Searched refs:phy_reset (Results 1 – 13 of 13) sorted by relevance
/u-boot/board/alliedtelesis/x530/ |
A D | x530.c | 159 static struct gpio_desc usb_en = {}, nand_wp = {}, phy_reset[2] = {}, in misc_init_r() local 164 gpio_hog_list(phy_reset, ARRAY_SIZE(phy_reset), "atl,phy-reset", "reset-gpio", 0); in misc_init_r()
|
/u-boot/board/barco/platinum/ |
A D | platinum_picon.c | 136 unsigned phy_reset = IMX_GPIO_NR(1, 19); in platinum_setup_enet() local 142 gpio_direction_output(phy_reset, 0); in platinum_setup_enet() 145 gpio_set_value(phy_reset, 1); in platinum_setup_enet()
|
/u-boot/board/spear/x600/ |
A D | x600.c | 116 phy_reset(phydev); in board_phy_config()
|
/u-boot/drivers/net/phy/ |
A D | broadcom.c | 60 phy_reset(phydev); in bcm5461_config() 216 phy_reset(phydev); in bcm_cygnus_config()
|
A D | marvell.c | 286 phy_reset(phydev); in m88e1111s_config() 299 phy_reset(phydev); in m88e1111s_config() 398 phy_reset(phydev); in m88e151x_config() 516 phy_reset(phydev); in m88e1149_config()
|
A D | phy.c | 847 int phy_reset(struct phy_device *phydev) in phy_reset() function 910 return phy_reset(phydev); in miiphy_reset() 934 phy_reset(phydev); in phy_connect_dev()
|
A D | mv88e61xx.c | 1064 res = phy_reset(phydev); in mv88e61xx_phy_config()
|
/u-boot/drivers/ram/rockchip/ |
A D | dmc-rk3368.c | 337 const u32 phy_reset = BIT(1) | BIT(0); in ddrctl_reset() local 347 rk_setreg(&cru->softrst_con[10], ctl_reset | phy_reset); in ddrctl_reset() 349 rk_clrreg(&cru->softrst_con[10], phy_reset); in ddrctl_reset()
|
/u-boot/arch/arm/dts/ |
A D | armada-385-atl-x530.dtsi | 39 compatible = "atl,phy_reset";
|
/u-boot/include/ |
A D | phy.h | 387 int phy_reset(struct phy_device *phydev);
|
/u-boot/drivers/net/ |
A D | pic32_eth.c | 363 phy_reset(priv->phydev); in pic32_eth_stop()
|
/u-boot/arch/mips/mach-octeon/include/mach/cvmx/ |
A D | cvmx-lmcx-defs.h | 2890 uint64_t phy_reset:1; member 2948 uint64_t phy_reset:1; member 2985 uint64_t phy_reset:1; member
|
/u-boot/drivers/ram/octeon/ |
A D | octeon3_lmc.c | 1071 phy_ctl.s.phy_reset = 0; in override_deskew_settings() 9993 phy_ctl.s.phy_reset = 1; in test_dram_byte_hw() 10087 phy_ctl.s.phy_reset = 1; in test_dram_byte_hw()
|
Completed in 64 milliseconds