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

123

/u-boot/drivers/remoteproc/
H A Dstm32_copro.c102 ret = reset_assert(&priv->hold_boot);
108 ret = reset_assert(&priv->reset_ctl);
145 ret = reset_assert(&priv->hold_boot);
169 ret = reset_assert(&priv->hold_boot);
175 ret = reset_assert(&priv->reset_ctl);
H A Dti_k3_dsp_rproc.c221 reset_assert(&dsp->dsp_rst);
431 reset_assert(&dsp->dsp_rst);
/u-boot/drivers/phy/qcom/
H A Dphy-qcom-ipq4019-usb.c28 reset_assert(&phy->por_rst);
84 reset_assert(&phy->por_rst);
87 reset_assert(&phy->srif_rst);
H A Dphy-qcom-usb-ss.c44 ret = reset_assert(&priv->com_rst);
48 ret = reset_assert(&priv->phy_rst);
H A Dphy-qcom-usb-hs-28nm.c66 ret = reset_assert(&priv->phy_rst);
105 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.c40 reset_assert(priv->rst_phy);
54 reset_assert(priv->rst_phy);
132 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.c205 ret = reset_assert(&plat->softreset_ctl);
212 ret = reset_assert(&plat->powerdown_ctl);
225 ret = reset_assert(&plat->powerdown_ctl);
231 ret = reset_assert(&plat->softreset_ctl);
H A Dohci-npcm.c57 reset_assert(&reset);
H A Dxhci-pci.c66 ret = reset_assert(&plat->reset);
H A Dehci-npcm.c58 reset_assert(&reset);
/u-boot/test/dm/
H A Dsyscon-reset.c48 ut_assertok(reset_assert(&rst));
/u-boot/drivers/phy/
H A Dsti_usb_phy.c87 ret = reset_assert(&phy->port_ctl);
93 ret = reset_assert(&phy->global_ctl);
H A Dmeson-axg-mipi-dphy.c308 ret = reset_assert(&priv->reset);
327 return reset_assert(&priv->reset);
H A Dphy-npcm-usb.c106 reset_assert(&reset);
H A Dmeson-g12a-usb2.c182 ret = reset_assert(&priv->reset);
293 ret = reset_assert(&priv->reset);
/u-boot/drivers/phy/rockchip/
H A Dphy-rockchip-pcie.c159 reset_assert(&priv->phy_rst);
174 ret = reset_assert(&priv->phy_rst);
194 ret = reset_assert(&priv->phy_rst);
H A Dphy-rockchip-typec.c511 reset_assert(&priv->uphy_rst);
513 reset_assert(&priv->tcphy_rst);
523 reset_assert(&priv->tcphy_rst);
524 reset_assert(&priv->uphy_rst);
525 reset_assert(&priv->pipe_rst);
616 reset_assert(&priv->tcphy_rst);
617 reset_assert(&priv->uphy_rst);
618 reset_assert(&priv->pipe_rst);
H A Dphy-rockchip-snps-pcie3.c178 reset_assert(&priv->p30phy);
193 reset_assert(&priv->p30phy);
/u-boot/drivers/pci/
H A Dpcie_rockchip.c222 ret = reset_assert(&priv->aclk_rst);
228 ret = reset_assert(&priv->pclk_rst);
234 ret = reset_assert(&priv->pm_rst);
246 ret = reset_assert(&priv->core_rst);
252 ret = reset_assert(&priv->mgmt_rst);
258 ret = reset_assert(&priv->mgmt_sticky_rst);
265 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.c184 int reset_assert(struct reset_ctl *reset_ctl) function
198 ret = reset_assert(&bulk->resets[i]);
248 ret = reset_assert(&reset_ctl[i]);
H A Dsandbox-reset-test.c75 return reset_assert(sbrt->ctlp);
/u-boot/drivers/phy/allwinner/
H A Dphy-sun50i-usb3.c124 reset_assert(&priv->reset);

Completed in 115 milliseconds

123