Home
last modified time | relevance | path

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

12

/openbmc/u-boot/include/
H A Dreset.h195 int reset_deassert(struct reset_ctl *reset_ctl);
283 static inline int reset_deassert(struct reset_ctl *reset_ctl) in reset_deassert() function
/openbmc/u-boot/drivers/phy/
H A Dsti_usb_phy.c47 ret = reset_deassert(&phy->global_ctl); in sti_usb_phy_deassert()
53 ret = reset_deassert(&phy->port_ctl); in sti_usb_phy_deassert()
H A Dbcm6348-usbh-phy.c71 ret = reset_deassert(&rst_ctl); in bcm6348_usbh_probe()
H A Dbcm6358-usbh-phy.c71 ret = reset_deassert(&rst_ctl); in bcm6358_usbh_probe()
H A Dbcm6318-usbh-phy.c119 ret = reset_deassert(&rst_ctl); in bcm6318_usbh_probe()
H A Dbcm6368-usbh-phy.c160 ret = reset_deassert(&rst_ctl); in bcm6368_usbh_probe()
H A Dphy-stm32-usbphyc.c351 reset_deassert(&reset); in stm32_usbphyc_probe()
/openbmc/u-boot/board/st/stm32mp1/
H A Dstm32mp1.c101 reset_deassert(&usbotg_reset); in board_usb_init()
178 reset_deassert(&usbotg_reset); in board_usb_cleanup()
/openbmc/u-boot/drivers/misc/
H A Daspeed_dp.c108 reset_deassert(&dp_reset_ctl); in aspeed_dp_probe()
109 reset_deassert(&dpmcu_reset_ctrl); in aspeed_dp_probe()
/openbmc/linux/include/linux/mfd/
H A Djanz.h39 u8 reset_deassert; member
/openbmc/u-boot/drivers/reset/
H A Dreset-uclass.c173 int reset_deassert(struct reset_ctl *reset_ctl) in reset_deassert() function
187 ret = reset_deassert(&bulk->resets[i]); in reset_deassert_bulk()
H A Dsandbox-reset-test.c49 return reset_deassert(&sbrt->ctl); in sandbox_reset_test_deassert()
/openbmc/u-boot/drivers/usb/host/
H A Ddwc3-sti-glue.c187 ret = reset_deassert(&plat->powerdown_ctl); in sti_dwc3_glue_probe()
193 ret = reset_deassert(&plat->softreset_ctl); in sti_dwc3_glue_probe()
H A Dohci-generic.c124 err = reset_deassert(&priv->resets[i]); in ohci_usb_probe()
H A Dehci-generic.c129 if (reset_deassert(&priv->resets[i])) { in ehci_usb_probe()
/openbmc/u-boot/drivers/i2c/
H A Daspeed_i2c_global.c61 reset_deassert(&i2c_global->reset); in aspeed_i2c_global_probe()
H A Dtegra_i2c.c66 reset_deassert(&i2c_bus->reset_ctl); in i2c_reset_controller()
86 ret = reset_deassert(&i2c_bus->reset_ctl); in i2c_init_clock()
/openbmc/u-boot/drivers/pci/
H A Dpcie_aspeed.c400 reset_deassert(&reset_ctl); in pcie_aspeed_probe()
433 reset_deassert(&rc0_reset_ctl); in pcie_aspeed_probe()
452 reset_deassert(&rc1_reset_ctl); in pcie_aspeed_probe()
H A Dpci_tegra.c591 ret = reset_deassert(&pcie->reset_afi); in tegra_pcie_power_on()
597 ret = reset_deassert(&pcie->reset_pex); in tegra_pcie_power_on()
777 err = reset_deassert(&pcie->reset_pcie_x);
/openbmc/u-boot/drivers/mmc/
H A Dsti_sdhci.c43 ret = reset_deassert(&plat->reset); in sti_mmc_core_config()
/openbmc/u-boot/drivers/net/
H A Daspeed_mdio.c194 reset_deassert(&reset_ctl); in aspeed_mdio_probe()
/openbmc/u-boot/drivers/serial/
H A Dserial_stm32.c194 reset_deassert(&reset); in stm32_serial_probe()
/openbmc/u-boot/drivers/spi/
H A Dbcm63xx_hsspi.c375 ret = reset_deassert(&rst_ctl); in bcm63xx_hsspi_probe()
H A Dbcm63xx_spi.c401 ret = reset_deassert(&rst_ctl); in bcm63xx_spi_probe()
/openbmc/linux/drivers/staging/fieldbus/anybuss/
H A Dhost.c395 static void reset_deassert(struct anybuss_host *cd) in reset_deassert() function
527 reset_deassert(cd); in task_fn_power_on()
1327 reset_deassert(cd); in anybuss_host_common_probe()

12