Home
last modified time | relevance | path

Searched refs:reset_assert (Results 1 – 25 of 42) sorted by relevance

12

/u-boot/drivers/remoteproc/
A Dstm32_copro.c102 ret = reset_assert(&priv->hold_boot); in stm32_copro_load()
108 ret = reset_assert(&priv->reset_ctl); in stm32_copro_load()
145 ret = reset_assert(&priv->hold_boot); in stm32_copro_start()
169 ret = reset_assert(&priv->hold_boot); in stm32_copro_reset()
175 ret = reset_assert(&priv->reset_ctl); in stm32_copro_reset()
A Dti_k3_r5f_rproc.c187 reset_assert(&cluster->cores[c]->reset); in k3_r5f_lockstep_release()
441 if (reset_assert(&core->reset)) in k3_r5f_split_reset()
457 if (reset_assert(&cluster->cores[c]->reset)) in k3_r5f_lockstep_reset()
819 reset_assert(&core->reset); in k3_r5f_probe()
A Dti_k3_dsp_rproc.c211 reset_assert(&dsp->dsp_rst); in k3_dsp_stop()
420 reset_assert(&dsp->dsp_rst); in k3_dsp_probe()
/u-boot/drivers/phy/
A Dphy-qcom-ipq4019-usb.c29 reset_assert(&phy->por_rst); in ipq4019_ss_phy_power_off()
85 reset_assert(&phy->por_rst); in ipq4019_hs_phy_power_off()
88 reset_assert(&phy->srif_rst); in ipq4019_hs_phy_power_off()
A Dsti_usb_phy.c87 ret = reset_assert(&phy->port_ctl); in sti_usb_phy_exit()
93 ret = reset_assert(&phy->global_ctl); in sti_usb_phy_exit()
A Dmeson-g12a-usb2.c107 ret = reset_assert(&priv->reset); in phy_meson_g12a_usb2_init()
148 ret = reset_assert(&priv->reset); in phy_meson_g12a_usb2_exit()
A Dmeson-axg-mipi-dphy.c310 ret = reset_assert(&priv->reset); in phy_meson_axg_mipi_dphy_init()
329 return reset_assert(&priv->reset); in phy_meson_axg_mipi_dphy_exit()
A Dmt76x8-usb-phy.c209 reset_assert(&phy->rst_phy); in mt76x8_usb_phy_power_off()
A Dphy-stm32-usbphyc.c361 reset_assert(&reset); in stm32_usbphyc_probe()
/u-boot/drivers/usb/host/
A Ddwc3-sti-glue.c205 ret = reset_assert(&plat->softreset_ctl); in sti_dwc3_glue_probe()
212 ret = reset_assert(&plat->powerdown_ctl); in sti_dwc3_glue_probe()
225 ret = reset_assert(&plat->powerdown_ctl); in sti_dwc3_glue_remove()
231 ret = reset_assert(&plat->softreset_ctl); in sti_dwc3_glue_remove()
/u-boot/drivers/pci/
A Dpcie_rockchip.c240 ret = reset_assert(&priv->aclk_rst); in rockchip_pcie_init_port()
246 ret = reset_assert(&priv->pclk_rst); in rockchip_pcie_init_port()
252 ret = reset_assert(&priv->pm_rst); in rockchip_pcie_init_port()
264 ret = reset_assert(&priv->core_rst); in rockchip_pcie_init_port()
270 ret = reset_assert(&priv->mgmt_rst); in rockchip_pcie_init_port()
276 ret = reset_assert(&priv->mgmt_sticky_rst); in rockchip_pcie_init_port()
283 ret = reset_assert(&priv->pipe_rst); in rockchip_pcie_init_port()
/u-boot/drivers/phy/rockchip/
A Dphy-rockchip-snps-pcie3.c59 reset_assert(&priv->p30phy); in rochchip_p3phy_init()
85 reset_assert(&priv->p30phy); in rochchip_p3phy_exit()
A Dphy-rockchip-typec.c512 reset_assert(&priv->uphy_rst); in rockchip_tcphy_init()
514 reset_assert(&priv->tcphy_rst); in rockchip_tcphy_init()
524 reset_assert(&priv->tcphy_rst); in rockchip_tcphy_exit()
525 reset_assert(&priv->uphy_rst); in rockchip_tcphy_exit()
526 reset_assert(&priv->pipe_rst); in rockchip_tcphy_exit()
617 reset_assert(&priv->tcphy_rst); in rockchip_tcphy_pre_init()
618 reset_assert(&priv->uphy_rst); in rockchip_tcphy_pre_init()
619 reset_assert(&priv->pipe_rst); in rockchip_tcphy_pre_init()
A Dphy-rockchip-pcie.c160 reset_assert(&priv->phy_rst); in rockchip_pcie_phy_power_on()
175 ret = reset_assert(&priv->phy_rst); in rockchip_pcie_phy_power_off()
195 ret = reset_assert(&priv->phy_rst); in rockchip_pcie_phy_init()
/u-boot/include/
A Dreset.h278 int reset_assert(struct reset_ctl *reset_ctl);
425 static inline int reset_assert(struct reset_ctl *reset_ctl) in reset_assert() function
/u-boot/test/dm/
A Dsyscon-reset.c49 ut_assertok(reset_assert(&rst)); in dm_test_syscon_reset()
A Dscmi.c194 ut_assertok(reset_assert(&scmi_devices->reset[0])); in dm_test_scmi_resets()
/u-boot/drivers/reset/
A Dreset-uclass.c181 int reset_assert(struct reset_ctl *reset_ctl) in reset_assert() function
195 ret = reset_assert(&bulk->resets[i]); in reset_assert_bulk()
245 ret = reset_assert(&reset_ctl[i]); in reset_release_all()
A Dsandbox-reset-test.c76 return reset_assert(sbrt->ctlp); in sandbox_reset_test_assert()
/u-boot/drivers/rng/
A Dstm32mp1_rng.c111 reset_assert(&pdata->rst); in stm32_rng_probe()
/u-boot/drivers/i2c/
A Dtegra_i2c.c67 reset_assert(&i2c_bus->reset_ctl); in i2c_reset_controller()
80 ret = reset_assert(&i2c_bus->reset_ctl); in i2c_init_clock()
/u-boot/drivers/usb/musb-new/
A Dsunxi.c341 reset_assert(&glue->rst); in sunxi_musb_init()
362 reset_assert(&glue->rst); in sunxi_musb_exit()
/u-boot/drivers/serial/
A Dserial_stm32.c200 reset_assert(&reset); in stm32_serial_probe()
/u-boot/drivers/spi/
A Dstm32_spi.c521 reset_assert(&priv->rst_ctl); in stm32_spi_probe()
588 ret = reset_assert(&priv->rst_ctl); in stm32_spi_remove()
/u-boot/drivers/usb/dwc3/
A Ddwc3-meson-gxl.c266 ret = reset_assert(&priv->reset); in dwc3_meson_gxl_reset_init()

Completed in 26 milliseconds

12