Home
last modified time | relevance | path

Searched refs:reset_phy (Results 1 – 25 of 46) sorted by relevance

12

/openbmc/linux/drivers/phy/qualcomm/
H A Dphy-qcom-usb-ss.c39 struct reset_control *reset_phy; member
66 ret = reset_control_assert(priv->reset_phy); in qcom_ssphy_do_reset()
80 ret = reset_control_deassert(priv->reset_phy); in qcom_ssphy_do_reset()
170 priv->reset_phy = devm_reset_control_get_exclusive(priv->dev, "phy"); in qcom_ssphy_init_reset()
171 if (IS_ERR(priv->reset_phy)) { in qcom_ssphy_init_reset()
173 return PTR_ERR(priv->reset_phy); in qcom_ssphy_init_reset()
/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-bsp/u-boot/u-boot-aspeed/
H A D0001-board-aspeed-Add-reset_phy-for-Zaius.patch4 Subject: [PATCH 1/2] board/aspeed: Add reset_phy() for Zaius
7 clocks are enabled. Add reset_phy() implementation and configure it to
26 +void reset_phy(void)
56 +/* Call reset_phy() */
/openbmc/u-boot/board/keymile/km_arm/
H A Dkm_arm.c336 void reset_phy(void) in reset_phy() function
410 void reset_phy(void) in reset_phy() function
426 void reset_phy(void) in reset_phy() function
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-dwc-qos-eth.c343 goto reset_phy; in tegra_eqos_probe()
348 goto reset_phy; in tegra_eqos_probe()
354 goto reset_phy; in tegra_eqos_probe()
371 reset_phy: in tegra_eqos_probe()
/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-bsp/u-boot/
H A Du-boot-aspeed_%.bbappend2 SRC_URI:append:zaius = " file://0001-board-aspeed-Add-reset_phy-for-Zaius.patch"
/openbmc/u-boot/board/LaCie/edminiv2/
H A Dedminiv2.c33 void reset_phy(void) in reset_phy() function
/openbmc/u-boot/board/LaCie/netspace_v2/
H A Dnetspace_v2.c98 void reset_phy(void) in reset_phy() function
/openbmc/u-boot/board/atmel/at91sam9260ek/
H A Dat91sam9260ek.c101 void reset_phy(void) in reset_phy() function
/openbmc/u-boot/board/cloudengines/pogo_e02/
H A Dpogo_e02.c73 void reset_phy(void) in reset_phy() function
/openbmc/u-boot/board/Marvell/gplugd/
H A Dgplugd.c107 void reset_phy(void) in reset_phy() function
/openbmc/u-boot/board/alliedtelesis/SBx81LIFXCAT/
H A Dsbx81lifxcat.c104 void reset_phy(void) in reset_phy() function
/openbmc/u-boot/board/Seagate/nas220/
H A Dnas220.c88 void reset_phy(void) in reset_phy() function
/openbmc/u-boot/board/Marvell/dreamplug/
H A Ddreamplug.c129 void reset_phy(void) in reset_phy() function
/openbmc/u-boot/board/freescale/ls1088a/
H A Deth_ls1088ardb.c99 void reset_phy(void) in reset_phy() function
/openbmc/u-boot/board/Marvell/sheevaplug/
H A Dsheevaplug.c102 void reset_phy(void) in reset_phy() function
/openbmc/u-boot/board/d-link/dns325/
H A Ddns325.c101 void reset_phy(void) in reset_phy() function
/openbmc/u-boot/board/Marvell/guruplug/
H A Dguruplug.c132 void reset_phy(void) in reset_phy() function
/openbmc/u-boot/board/zyxel/nsa310s/
H A Dnsa310s.c82 void reset_phy(void) in reset_phy() function
/openbmc/u-boot/board/Marvell/openrd/
H A Dopenrd.c143 void reset_phy(void) in reset_phy() function
/openbmc/u-boot/board/ronetix/pm9g45/
H A Dpm9g45.c156 void reset_phy(void) in reset_phy() function
/openbmc/u-boot/board/LaCie/net2big_v2/
H A Dnet2big_v2.c238 void reset_phy(void) in reset_phy() function
/openbmc/u-boot/board/bluewater/snapper9260/
H A Dsnapper9260.c140 void reset_phy(void) in reset_phy() function
/openbmc/u-boot/board/freescale/ls2080ardb/
H A Deth_ls2080rdb.c118 void reset_phy(void) in reset_phy() function
/openbmc/u-boot/board/Seagate/dockstar/
H A Ddockstar.c106 void reset_phy(void) in reset_phy() function
/openbmc/u-boot/board/alliedtelesis/SBx81LIFKW/
H A Dsbx81lifkw.c169 void reset_phy(void) in reset_phy() function

12