Home
last modified time | relevance | path

Searched full:reset_phy (Results 1 – 25 of 52) sorted by relevance

123

/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()
169 /* if reset_com is present, reset_phy is no longer optional */ in qcom_ssphy_init_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/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/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/linux/Documentation/devicetree/bindings/phy/
H A Damlogic,axg-mipi-dphy.yaml65 resets = <&reset_phy>;
/openbmc/u-boot/board/LaCie/edminiv2/
H A Dedminiv2.c33 void reset_phy(void) in reset_phy() function
/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/u-boot/board/alliedtelesis/SBx81LIFXCAT/
H A Dsbx81lifxcat.c104 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/Seagate/nas220/
H A Dnas220.c88 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/atmel/at91sam9260ek/
H A Dat91sam9260ek.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/Marvell/gplugd/
H A Dgplugd.c107 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/LaCie/netspace_v2/
H A Dnetspace_v2.c98 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/zyxel/nsa310s/
H A Dnsa310s.c82 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/arch/arm/mach-kirkwood/include/mach/
H A Dconfig.h70 #define CONFIG_RESET_PHY_R /* use reset_phy() to init mv8831116 PHY */
/openbmc/u-boot/board/Seagate/dockstar/
H A Ddockstar.c106 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/Seagate/goflexhome/
H A Dgoflexhome.c108 void reset_phy(void) in reset_phy() function
/openbmc/u-boot/board/freescale/ls2080a/
H A Dls2080a.c142 void reset_phy(void) in reset_phy() function

123