Searched refs:done (Results 26 - 50 of 146) sorted by relevance

123456

/u-boot/drivers/reset/
H A Dreset-jh7110.c66 u32 mask, value, done = 0; local
73 done ^= mask;
87 (value & mask) == done, 1000);
/u-boot/common/spl/
H A Dspl_ymodem.c64 goto done;
79 goto done;
86 done:
/u-boot/arch/arm/mach-zynqmp/
H A Decc_spl_init.c87 goto done;
130 goto done;
153 done:
/u-boot/drivers/led/
H A Dled_lp5562.c175 goto done;
182 goto done;
189 goto done;
194 goto done;
201 goto done;
208 done:
401 /* ramp up time is 256 * 0.49ms (125.4ms) done in 2 steps */
/u-boot/include/
H A Dspartan3.h18 xilinx_done_fn done; member in struct:__anon1370
35 xilinx_done_fn done; member in struct:__anon1371
H A Dspartan2.h18 xilinx_done_fn done; member in struct:__anon1368
35 xilinx_done_fn done; member in struct:__anon1369
H A Dfdt_region.h65 int done; /* What we have completed scanning */ member in struct:fdt_region_ptrs
/u-boot/drivers/fpga/
H A Dcyclon2.c47 * done in the write() callback. Use the existing PS load
109 "done:\t0x%p\n\n",
111 fn->write, fn->done);
164 if (!(*fn->done) (cookie)) {
H A Dspartan2.c205 /* now check for done signal */
208 while ((*fn->done) (cookie) == FPGA_FAIL) {
313 "done:\t0x%p\n\n",
315 fn->clk, fn->wr, fn->done);
359 if ((*fn->done) (cookie) == 0 && (*fn->init) (cookie)) {
391 /* now check for done signal */
396 while (! (*fn->done) (cookie)) {
H A DstratixII.c101 (fns->config && fns->status && fns->done && fns->data
170 /* 4. Set one last clock and check conf done signal */
173 if (!fns->done (cookie)) {
178 printf ("\b\b\b done.\n");
H A Dspartan3.c210 /* now check for done signal */
213 while ((*fn->done) (cookie) == FPGA_FAIL) {
320 "done:\t0x%p\n\n",
322 fn->clk, fn->wr, fn->done);
373 if ((*fn->done) (cookie) == 0 && (*fn->init) (cookie)) {
408 /* now check for done signal */
413 while (! (*fn->done) (cookie)) {
/u-boot/cmd/
H A Dspi.c63 goto done;
80 done:
/u-boot/drivers/crypto/fsl/
H A Djr.h115 int done; member in struct:result
/u-boot/drivers/serial/
H A Dserial.c481 goto done;
510 goto done;
518 goto done;
531 done:
H A Dserial_octeon_pcie_console.c211 goto done;
217 goto done;
221 done:
266 /* Initialize as locked until we are done */
/u-boot/env/
H A Dattr.c136 goto done;
143 goto done;
154 goto done;
161 done:
/u-boot/drivers/mtd/spi/
H A Dsandbox.c217 log_content("sandbox_sf: CS deactivated; cmd done processing!\n");
372 /* See if we're done processing */
439 goto done;
458 goto done;
467 goto done;
486 goto done;
488 goto done;
492 goto done;
496 done:
/u-boot/scripts/kconfig/lxdialog/
H A Dtextbox.c50 bool done = false; local
128 while (!done) {
137 done = true;
228 done = true;
239 done = true;
/u-boot/tools/u_boot_pylib/
H A Dtools.py571 done = 0
582 done += len(buffer)
584 status = r'%10d MiB [%3d%%]' % (done // 1024 // 1024,
585 done * 100 // size)
592 if done != size:
/u-boot/drivers/bios_emulator/x86emu/
H A Ddebug.c108 * are done to any register EXCEPT the IP register, for fetch and
111 * This was done for an entirely different reason, but makes a
234 int done; local
251 done = 0;
253 while (!done) {
302 done = 1;
315 done = 1;
/u-boot/boot/
H A Dcedit.c151 bool done; local
160 done = false;
216 done = true;
222 } while (!done);
562 * note that no validation is done here, to make sure the ID is
693 goto done;
705 goto done;
717 done:
795 goto done;
814 done
[all...]
/u-boot/arch/arm/mach-omap2/omap5/
H A Dsec_entry_cpu1.S67 sev @ Tell CPU0 we are done
98 ldr r5, [r4] @ Check if CPU1 is done
/u-boot/drivers/input/
H A Dkey_matrix.c164 goto done;
173 done:
/u-boot/arch/arm/include/asm/mach-imx/
H A Ddma.h148 struct list_head done; member in struct:mxs_dma_chan
/u-boot/arch/mips/mach-octeon/include/mach/
H A Dcvmx-regs.h129 u64 done = get_timer(0); \
136 } else if (get_timer(done) > ((to_us) / 1000)) { \
150 u64 done = get_timer(0); \
157 } else if (get_timer(done) > ((to_us) / 1000)) { \

Completed in 222 milliseconds

123456