Searched refs:reset_assert (Results 1 - 25 of 68) sorted by relevance

123

/u-boot/drivers/remoteproc/
H A Dstm32_copro.c103 ret = reset_assert(&priv->hold_boot);
109 ret = reset_assert(&priv->reset_ctl);
146 ret = reset_assert(&priv->hold_boot);
170 ret = reset_assert(&priv->hold_boot);
176 ret = reset_assert(&priv->reset_ctl);
H A Dti_k3_dsp_rproc.c222 reset_assert(&dsp->dsp_rst);
432 reset_assert(&dsp->dsp_rst);
/u-boot/drivers/phy/qcom/
H A Dphy-qcom-ipq4019-usb.c29 reset_assert(&phy->por_rst);
85 reset_assert(&phy->por_rst);
88 reset_assert(&phy->srif_rst);
H A Dphy-qcom-usb-ss.c45 ret = reset_assert(&priv->com_rst);
49 ret = reset_assert(&priv->phy_rst);
H A Dphy-qcom-usb-hs-28nm.c67 ret = reset_assert(&priv->phy_rst);
106 ret = reset_assert(&priv->por_rst);
H A Dphy-qcom-qusb2.c277 ret = reset_assert(&qphy->phy_rst);
349 reset_assert(&qphy->phy_rst);
/u-boot/drivers/phy/socionext/
H A Dphy-uniphier-usb3.c41 reset_assert(priv->rst_phy);
55 reset_assert(priv->rst_phy);
133 reset_assert(priv->rst_parent);
/u-boot/include/
H A Dreset.h268 * reset_assert - Assert a reset signal.
279 int reset_assert(struct reset_ctl *reset_ctl);
426 static inline int reset_assert(struct reset_ctl *reset_ctl) function
/u-boot/drivers/usb/host/
H A Ddwc3-sti-glue.c206 ret = reset_assert(&plat->softreset_ctl);
213 ret = reset_assert(&plat->powerdown_ctl);
226 ret = reset_assert(&plat->powerdown_ctl);
232 ret = reset_assert(&plat->softreset_ctl);
H A Dohci-npcm.c58 reset_assert(&reset);
H A Dxhci-pci.c67 ret = reset_assert(&plat->reset);
H A Dehci-npcm.c59 reset_assert(&reset);
/u-boot/test/dm/
H A Dsyscon-reset.c49 ut_assertok(reset_assert(&rst));
/u-boot/drivers/phy/
H A Dsti_usb_phy.c88 ret = reset_assert(&phy->port_ctl);
94 ret = reset_assert(&phy->global_ctl);
H A Dmeson-axg-mipi-dphy.c309 ret = reset_assert(&priv->reset);
328 return reset_assert(&priv->reset);
H A Dphy-npcm-usb.c107 reset_assert(&reset);
H A Dmeson-g12a-usb2.c183 ret = reset_assert(&priv->reset);
294 ret = reset_assert(&priv->reset);
/u-boot/drivers/phy/rockchip/
H A Dphy-rockchip-pcie.c160 reset_assert(&priv->phy_rst);
175 ret = reset_assert(&priv->phy_rst);
195 ret = reset_assert(&priv->phy_rst);
H A Dphy-rockchip-typec.c512 reset_assert(&priv->uphy_rst);
514 reset_assert(&priv->tcphy_rst);
524 reset_assert(&priv->tcphy_rst);
525 reset_assert(&priv->uphy_rst);
526 reset_assert(&priv->pipe_rst);
617 reset_assert(&priv->tcphy_rst);
618 reset_assert(&priv->uphy_rst);
619 reset_assert(&priv->pipe_rst);
H A Dphy-rockchip-snps-pcie3.c179 reset_assert(&priv->p30phy);
194 reset_assert(&priv->p30phy);
/u-boot/drivers/pci/
H A Dpcie_rockchip.c223 ret = reset_assert(&priv->aclk_rst);
229 ret = reset_assert(&priv->pclk_rst);
235 ret = reset_assert(&priv->pm_rst);
247 ret = reset_assert(&priv->core_rst);
253 ret = reset_assert(&priv->mgmt_rst);
259 ret = reset_assert(&priv->mgmt_sticky_rst);
266 ret = reset_assert(&priv->pipe_rst);
H A Dpcie_dw_imx.c88 reset_assert(&priv->apps_reset);
130 return reset_assert(&priv->apps_reset);
/u-boot/drivers/reset/
H A Dreset-uclass.c185 int reset_assert(struct reset_ctl *reset_ctl) function
199 ret = reset_assert(&bulk->resets[i]);
249 ret = reset_assert(&reset_ctl[i]);
H A Dsandbox-reset-test.c76 return reset_assert(sbrt->ctlp);
/u-boot/drivers/phy/allwinner/
H A Dphy-sun50i-usb3.c124 reset_assert(&priv->reset);

Completed in 141 milliseconds

123