Home
last modified time | relevance | path

Searched refs:rst_ctl (Results 1 – 8 of 8) sorted by relevance

/drivers/reset/
A Dreset-hsdk.c63 static int hsdk_reset_reset(struct reset_ctl *rst_ctl) in hsdk_reset_reset() argument
65 struct udevice *dev = rst_ctl->dev; in hsdk_reset_reset()
68 if (rst_ctl->id >= HSDK_MAX_RESETS) in hsdk_reset_reset()
71 debug("%s(reset_ctl=%p) (dev=%p, id=%lu)\n", __func__, rst_ctl, in hsdk_reset_reset()
72 rst_ctl->dev, rst_ctl->id); in hsdk_reset_reset()
74 hsdk_reset_config(rst, rst_ctl->id); in hsdk_reset_reset()
/drivers/phy/
A Dbcm6348-usbh-phy.c47 struct reset_ctl rst_ctl; in bcm6348_usbh_probe() local
65 ret = reset_get_by_index(dev, 0, &rst_ctl); in bcm6348_usbh_probe()
69 ret = reset_deassert(&rst_ctl); in bcm6348_usbh_probe()
73 ret = reset_free(&rst_ctl); in bcm6348_usbh_probe()
A Dbcm6358-usbh-phy.c61 struct reset_ctl rst_ctl; in bcm6358_usbh_probe() local
69 ret = reset_get_by_index(dev, 0, &rst_ctl); in bcm6358_usbh_probe()
73 ret = reset_deassert(&rst_ctl); in bcm6358_usbh_probe()
77 ret = reset_free(&rst_ctl); in bcm6358_usbh_probe()
A Dbcm6318-usbh-phy.c83 struct reset_ctl rst_ctl; in bcm6318_usbh_probe() local
114 ret = reset_get_by_index(dev, 0, &rst_ctl); in bcm6318_usbh_probe()
118 ret = reset_deassert(&rst_ctl); in bcm6318_usbh_probe()
122 ret = reset_free(&rst_ctl); in bcm6318_usbh_probe()
A Dbcm6368-usbh-phy.c120 struct reset_ctl rst_ctl; in bcm6368_usbh_probe() local
155 ret = reset_get_by_index(dev, 0, &rst_ctl); in bcm6368_usbh_probe()
159 ret = reset_deassert(&rst_ctl); in bcm6368_usbh_probe()
163 ret = reset_free(&rst_ctl); in bcm6368_usbh_probe()
/drivers/spi/
A Dbcm63xx_spi.c373 struct reset_ctl rst_ctl; in bcm63xx_spi_probe() local
394 ret = reset_get_by_index(dev, 0, &rst_ctl); in bcm63xx_spi_probe()
398 ret = reset_deassert(&rst_ctl); in bcm63xx_spi_probe()
402 ret = reset_free(&rst_ctl); in bcm63xx_spi_probe()
A Dstm32_spi.c103 struct reset_ctl rst_ctl; member
526 ret = reset_get_by_index(dev, 0, &plat->rst_ctl); in stm32_spi_of_to_plat()
563 reset_assert(&plat->rst_ctl); in stm32_spi_probe()
565 reset_deassert(&plat->rst_ctl); in stm32_spi_probe()
619 ret = reset_assert(&plat->rst_ctl); in stm32_spi_remove()
623 reset_free(&plat->rst_ctl); in stm32_spi_remove()
A Dbcm63xx_hsspi.c564 struct reset_ctl rst_ctl; in bcm63xx_hsspi_probe() local
591 ret = reset_get_by_index(dev, 0, &rst_ctl); in bcm63xx_hsspi_probe()
593 ret = reset_deassert(&rst_ctl); in bcm63xx_hsspi_probe()
598 ret = reset_free(&rst_ctl); in bcm63xx_hsspi_probe()

Completed in 20 milliseconds