Home
last modified time | relevance | path

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

/u-boot/drivers/mtd/spi/
A Dsf-uclass.c84 static int reloc_done; in spi_flash_post_bind() local
86 if (!reloc_done) { in spi_flash_post_bind()
94 reloc_done++; in spi_flash_post_bind()
/u-boot/drivers/sysreset/
A Dsysreset-uclass.c156 static int reloc_done; in sysreset_post_bind() local
158 if (!reloc_done) { in sysreset_post_bind()
161 reloc_done++; in sysreset_post_bind()
/u-boot/drivers/hwspinlock/
A Dhwspinlock-uclass.c128 static int reloc_done; in hwspinlock_post_bind() local
130 if (!reloc_done) { in hwspinlock_post_bind()
138 reloc_done++; in hwspinlock_post_bind()
/u-boot/drivers/watchdog/
A Dwdt-uclass.c142 static int reloc_done; in wdt_post_bind() local
144 if (!reloc_done) { in wdt_post_bind()
154 reloc_done++; in wdt_post_bind()
/u-boot/net/
A Deth-uclass.c518 static int reloc_done; in eth_post_probe() local
520 if (!reloc_done) { in eth_post_probe()
538 reloc_done++; in eth_post_probe()
/u-boot/drivers/spi/
A Dspi-uclass.c185 static int reloc_done; in spi_post_probe() local
187 if (!reloc_done) { in spi_post_probe()
202 reloc_done++; in spi_post_probe()
/u-boot/drivers/gpio/
A Dgpio-uclass.c1290 static int reloc_done; in gpio_post_bind() local
1292 if (!reloc_done) { in gpio_post_bind()
1314 reloc_done++; in gpio_post_bind()

Completed in 12 milliseconds