Home
last modified time | relevance | path

Searched refs:reset_free (Results 1 – 17 of 17) sorted by relevance

/openbmc/u-boot/include/
H A Dreset.h153 int reset_free(struct reset_ctl *reset_ctl);
268 static inline int reset_free(struct reset_ctl *reset_ctl) in reset_free() function
/openbmc/u-boot/drivers/reset/
H A Dreset-uclass.c142 int reset_free(struct reset_ctl *reset_ctl) in reset_free() function
219 ret = reset_free(&reset_ctl[i]); in reset_release_all()
H A Dsandbox-reset-test.c63 return reset_free(&sbrt->ctl); in sandbox_reset_test_free()
/openbmc/u-boot/drivers/phy/
H A Dbcm6358-usbh-phy.c75 ret = reset_free(&rst_ctl); in bcm6358_usbh_probe()
H A Dbcm6348-usbh-phy.c75 ret = reset_free(&rst_ctl); in bcm6348_usbh_probe()
H A Dbcm6318-usbh-phy.c123 ret = reset_free(&rst_ctl); in bcm6318_usbh_probe()
H A Dbcm6368-usbh-phy.c164 ret = reset_free(&rst_ctl); in bcm6368_usbh_probe()
/openbmc/u-boot/drivers/usb/host/
H A Dohci-generic.c127 reset_free(&priv->resets[i]); in ohci_usb_probe()
H A Dehci-generic.c132 reset_free(&priv->resets[i]); in ehci_usb_probe()
/openbmc/linux/mm/
H A Dcompaction.c381 unsigned long reset_free = migrate_pfn; in __reset_isolation_suitable() local
412 free_pfn > reset_free) { in __reset_isolation_suitable()
414 reset_free = free_pfn; in __reset_isolation_suitable()
415 zone->compact_init_free_pfn = reset_free; in __reset_isolation_suitable()
416 zone->compact_cached_free_pfn = reset_free; in __reset_isolation_suitable()
421 if (reset_migrate >= reset_free) { in __reset_isolation_suitable()
/openbmc/u-boot/drivers/spi/
H A Dbcm63xx_hsspi.c379 ret = reset_free(&rst_ctl); in bcm63xx_hsspi_probe()
H A Dbcm63xx_spi.c405 ret = reset_free(&rst_ctl); in bcm63xx_spi_probe()
/openbmc/u-boot/drivers/net/
H A Dbcm6348-eth.c484 ret = reset_free(&reset); in bcm6348_eth_probe()
H A Ddwc_eth_qos.c1421 reset_free(&eqos->reset_ctl); in eqos_probe_resources_tegra186()
1439 reset_free(&eqos->reset_ctl); in eqos_remove_resources_tegra186()
H A Dbcm6368-eth.c568 ret = reset_free(&reset); in bcm6368_eth_probe()
H A Dsni_ave.c811 reset_free(&priv->rst[nr]); in ave_ofdata_to_platdata()
/openbmc/u-boot/drivers/dma/
H A Dbcm6348-iudma.c609 ret = reset_free(&reset); in bcm6348_iudma_probe()