Home
last modified time | relevance | path

Searched refs:finished (Results 1 – 25 of 26) sorted by relevance

12

/u-boot/drivers/video/tegra124/
A Ddp.c301 u32 finished = 0; in tegra_dc_dpaux_read() local
306 cur_size = *size - finished; in tegra_dc_dpaux_read()
318 finished += cur_size; in tegra_dc_dpaux_read()
320 } while (*size > finished); in tegra_dc_dpaux_read()
321 *size = finished; in tegra_dc_dpaux_read()
363 u32 finished = 0; in tegra_dc_i2c_aux_read() local
367 u32 cur_size = min((u32)DP_AUX_MAX_BYTES, size - finished); in tegra_dc_i2c_aux_read()
390 finished += cur_size; in tegra_dc_i2c_aux_read()
391 } while (size > finished); in tegra_dc_i2c_aux_read()
393 return finished; in tegra_dc_i2c_aux_read()
/u-boot/fs/btrfs/
A Dinode.c434 bool finished = false; in btrfs_read_extent_reg() local
467 finished = true; in btrfs_read_extent_reg()
470 if (!finished) in btrfs_read_extent_reg()
493 finished = true; in btrfs_read_extent_reg()
496 if (!finished) { in btrfs_read_extent_reg()
/u-boot/arch/arm/cpu/armv8/
A Dcache.S75 cbz x11, finished /* if loc is 0, exit */
101 finished: label
/u-boot/doc/usage/cmd/
A Dtrace.rst151 update journal finished
153 update journal finished
/u-boot/arch/arm/cpu/armv7/
A Dcache_v7_asm.S30 beq finished @ if loc is 0, then no need to clean
67 finished: label
A Dpsci.S175 beq finished @ if loc is 0, then no need to clean
209 finished: label
/u-boot/board/tbs/tbs2910/
A Dtbs2910.cfg112 /* controller configuration finished */
/u-boot/drivers/usb/host/
A Dohci.h350 int finished; member
A Dohci-hcd.c507 urb->finished = 0; in sohci_submit_job()
1099 urb->finished = 1; in finish_urb()
1549 if ((stat >= 0) && (stat != 0xff) && (urb->finished)) { in submit_common_msg()
1556 if (!urb->finished) in submit_common_msg()
1563 urb->finished = 1; in submit_common_msg()
1648 if (queue->urb[queue->curr_urb]->finished) { in _ohci_poll_int_queue()
/u-boot/doc/android/
A Dfastboot.rst215 finished. total time: 2.766s
221 downloading of 1847296 bytes finished
/u-boot/doc/board/ti/
A Dk3.rst44 to after it has finished loading everything into internal SRAM.
249 finished, we can jump back into U-Boot again, this time running on a
/u-boot/doc/board/kontron/
A Dsl28.rst41 After the build finished, there will be an update image called
/u-boot/doc/develop/
A Dmoveconfig.rst230 When you have finished adding 'imply' options you can regenerate the
A Dtrace.rst296 data after bootm has finished processing, but just before it jumps to
/u-boot/scripts/dtc/pylibfdt/
A Dlibfdt.i_shipped739 Similarly with nodes, a new node is started with begin_node() and finished
831 Once finished adding, you must call finish_reservemap().
/u-boot/lib/lzma/
A Dlzma.txt373 LZMA_FINISH_END - Stream must be finished after (*destLen).
/u-boot/doc/
A DREADME.armada-secureboot283 After the build process has finished, and the SEC_FUSE_DUMP option was set in
A DREADME.rockchip551 downloading of 357796 bytes finished
/u-boot/doc/board/google/
A Dchromebook_coral.rst253 Once SPL is finished it loads U-Boot into SDRAM at CONFIG_TEXT_BASE, which
/u-boot/tools/binman/
A DREADME.rst461 when SPL is finished.
797 up so that the image finished at the 4GB boundary. This boolean
A Dbinman.rst461 when SPL is finished.
797 up so that the image finished at the 4GB boundary. This boolean
/u-boot/doc/develop/package/
A Dbinman.rst461 when SPL is finished.
797 up so that the image finished at the 4GB boundary. This boolean
/u-boot/tools/buildman/
A DREADME.rst59 or when it is finished.
/u-boot/doc/build/
A Dbuildman.rst59 or when it is finished.
/u-boot/boot/
A DKconfig892 before starting and bootstage_accum() when finished. Bootstage will

Completed in 40 milliseconds

12