Searched refs:done (Results 76 - 100 of 146) sorted by relevance

123456

/u-boot/api/
H A Dapi.c355 debugf("write @ %llu: done %llu out of %llu blocks",
539 goto done;
546 goto done;
553 done:
/u-boot/arch/arm/include/asm/arch-octeontx/csrs/
H A Dcsrs-mio_emm.h498 u64 done : 1; member in struct:mio_emm_dma_int::mio_emm_dma_int_s
521 u64 done : 1; member in struct:mio_emm_dma_int_ena_w1c::mio_emm_dma_int_ena_w1c_s
544 u64 done : 1; member in struct:mio_emm_dma_int_ena_w1s::mio_emm_dma_int_ena_w1s_s
566 u64 done : 1; member in struct:mio_emm_dma_int_w1s::mio_emm_dma_int_w1s_s
/u-boot/arch/arm/include/asm/arch-octeontx2/csrs/
H A Dcsrs-mio_emm.h498 u64 done : 1; member in struct:mio_emm_dma_int::mio_emm_dma_int_s
521 u64 done : 1; member in struct:mio_emm_dma_int_ena_w1c::mio_emm_dma_int_ena_w1c_s
544 u64 done : 1; member in struct:mio_emm_dma_int_ena_w1s::mio_emm_dma_int_ena_w1s_s
566 u64 done : 1; member in struct:mio_emm_dma_int_w1s::mio_emm_dma_int_w1s_s
/u-boot/tools/patman/
H A Dpatchstream.py669 done = False
673 if not done:
681 done = True
686 if not done:
/u-boot/drivers/pinctrl/
H A Dpinctrl-zynqmp.c221 goto done;
234 done:
276 goto done;
284 done:
/u-boot/drivers/net/phy/
H A Daquantia.c241 goto done;
271 goto done;
278 goto done;
291 printf("%s firmware loading done.\n", phydev->dev->name);
292 done:
/u-boot/cmd/
H A Dload.c833 int done; local
845 done = 0;
862 while (!done) {
998 done = 1;
/u-boot/drivers/usb/gadget/
H A Dcore.c365 urb_append(&endpoint->done, tx_urb);
366 /*usbdbg("done->next %p, tx_urb %p, done %p", */
367 /* endpoint->done.next, tx_urb, &endpoint->done); */
375 /*usbdbg("taking urb from done list"); */
376 endpoint->tx_urb = first_urb_detached(&endpoint->done);
/u-boot/arch/mips/mach-octeon/include/mach/
H A Dcvmx-mio-emm-defs.h336 uint64_t done : 1; member in struct:mio_emm_dma_int::mio_emm_dma_int_s
348 uint64_t done : 1; member in struct:mio_emm_dma_int_w1s::mio_emm_dma_int_w1s_s
/u-boot/arch/arm/lib/
H A Ddiv64.S119 @ Otherwise, if lower part is also null then we are done.
144 @ If no bit position left then we are done.
/u-boot/drivers/mtd/nand/raw/
H A Docteontx_bch.c292 while (!resp->s.done && get_timer(start) < 10)
295 if (resp->s.done)
/u-boot/arch/arm/mach-sunxi/
H A Dclock_sun6i.c272 goto done;
277 done:
/u-boot/lib/efi_loader/
H A Defi_helper.c371 goto done;
378 done:
/u-boot/drivers/misc/
H A Drockchip-efuse.c243 goto done;
261 done:
H A Drockchip-otp.c305 goto done;
323 done:
/u-boot/board/astro/mcf5373l/
H A Dfpga.c194 altera_fns.done = altera_done_fn;
401 xilinx_fns.done = xilinx_done_config_fn;
/u-boot/drivers/usb/musb-new/
H A Dmusb_gadget.c200 dev_dbg(musb->controller, "%s done request %p, %d/%d\n",
1397 goto done;
1422 done:
1453 goto done;
1464 goto done;
1472 goto done;
1510 done:
1644 goto done;
1674 goto done;
1678 goto done;
[all...]
/u-boot/lib/crypto/
H A Dx509_cert_parser.c357 goto done;
387 goto done;
407 done:
/u-boot/drivers/ddr/fsl/
H A Doptions.c1097 goto done;
1102 goto done;
1192 done:
/u-boot/drivers/serial/
H A Dserial_msm_geni.c329 int done = 0; local
332 done = qcom_geni_serial_poll_bit(dev, SE_GENI_M_IRQ_STATUS,
334 if (!done) {
/u-boot/board/ti/am43xx/
H A Dboard.c622 goto done;
627 goto done;
630 done:
/u-boot/drivers/usb/host/
H A Ddwc2.c380 * Also do this on HNP Dev/Host mode switches (done in dev_init
917 int done = 0; local
965 xfer_len = len - done;
986 in, (char *)buffer + done, num_packets,
1016 done += actual_len;
1018 /* Transactions are done when when either all data is transferred or
1022 } while (((done < len) && !stop_transfer) || complete_split);
1028 dev->act_len = done;
/u-boot/drivers/spi/
H A Dbcmstb_spi.c204 static void bcmstb_spi_submit(struct bcmstb_spi_priv *priv, bool done) argument
212 if (done) {
/u-boot/drivers/mmc/
H A Dmmc_spi.c390 goto done;
441 done:
/u-boot/arch/sandbox/cpu/
H A Dos.c404 * allocations that are internal to sandbox, or need to be done before U-Boot's
446 * allocations that are internal to sandbox, or need to be done before U-Boot's
635 goto done;
649 goto done;
660 goto done;
689 done:

Completed in 251 milliseconds

123456