Home
last modified time | relevance | path

Searched refs:reloc_done (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/drivers/watchdog/
H A Dwdt-uclass.c70 static int reloc_done; in wdt_post_bind() local
72 if (!reloc_done) { in wdt_post_bind()
82 reloc_done++; in wdt_post_bind()
/openbmc/u-boot/drivers/sysreset/
H A Dsysreset-uclass.c125 static int reloc_done; in sysreset_post_bind() local
127 if (!reloc_done) { in sysreset_post_bind()
130 reloc_done++; in sysreset_post_bind()
/openbmc/u-boot/drivers/mtd/spi/
H A Dsf-uclass.c100 static int reloc_done; in spi_flash_post_bind() local
102 if (!reloc_done) { in spi_flash_post_bind()
110 reloc_done++; in spi_flash_post_bind()
/openbmc/u-boot/drivers/hwspinlock/
H A Dhwspinlock-uclass.c124 static int reloc_done; in hwspinlock_post_bind() local
126 if (!reloc_done) { in hwspinlock_post_bind()
134 reloc_done++; in hwspinlock_post_bind()
/openbmc/u-boot/net/
H A Deth-uclass.c471 static int reloc_done; in eth_post_probe() local
473 if (!reloc_done) { in eth_post_probe()
491 reloc_done++; in eth_post_probe()
/openbmc/u-boot/drivers/gpio/
H A Dgpio-uclass.c1038 static int reloc_done; in gpio_post_bind() local
1040 if (!reloc_done) { in gpio_post_bind()
1062 reloc_done++; in gpio_post_bind()