Searched refs:finished (Results 1 – 25 of 26) sorted by relevance
12
| /u-boot/drivers/video/tegra124/ |
| A D | dp.c | 301 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 D | inode.c | 434 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 D | cache.S | 75 cbz x11, finished /* if loc is 0, exit */ 101 finished: label
|
| /u-boot/doc/usage/cmd/ |
| A D | trace.rst | 151 update journal finished 153 update journal finished
|
| /u-boot/arch/arm/cpu/armv7/ |
| A D | cache_v7_asm.S | 30 beq finished @ if loc is 0, then no need to clean 67 finished: label
|
| A D | psci.S | 175 beq finished @ if loc is 0, then no need to clean 209 finished: label
|
| /u-boot/board/tbs/tbs2910/ |
| A D | tbs2910.cfg | 112 /* controller configuration finished */
|
| /u-boot/drivers/usb/host/ |
| A D | ohci.h | 350 int finished; member
|
| A D | ohci-hcd.c | 507 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 D | fastboot.rst | 215 finished. total time: 2.766s 221 downloading of 1847296 bytes finished
|
| /u-boot/doc/board/ti/ |
| A D | k3.rst | 44 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 D | sl28.rst | 41 After the build finished, there will be an update image called
|
| /u-boot/doc/develop/ |
| A D | moveconfig.rst | 230 When you have finished adding 'imply' options you can regenerate the
|
| A D | trace.rst | 296 data after bootm has finished processing, but just before it jumps to
|
| /u-boot/scripts/dtc/pylibfdt/ |
| A D | libfdt.i_shipped | 739 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 D | lzma.txt | 373 LZMA_FINISH_END - Stream must be finished after (*destLen).
|
| /u-boot/doc/ |
| A D | README.armada-secureboot | 283 After the build process has finished, and the SEC_FUSE_DUMP option was set in
|
| A D | README.rockchip | 551 downloading of 357796 bytes finished
|
| /u-boot/doc/board/google/ |
| A D | chromebook_coral.rst | 253 Once SPL is finished it loads U-Boot into SDRAM at CONFIG_TEXT_BASE, which
|
| /u-boot/tools/binman/ |
| A D | README.rst | 461 when SPL is finished. 797 up so that the image finished at the 4GB boundary. This boolean
|
| A D | binman.rst | 461 when SPL is finished. 797 up so that the image finished at the 4GB boundary. This boolean
|
| /u-boot/doc/develop/package/ |
| A D | binman.rst | 461 when SPL is finished. 797 up so that the image finished at the 4GB boundary. This boolean
|
| /u-boot/tools/buildman/ |
| A D | README.rst | 59 or when it is finished.
|
| /u-boot/doc/build/ |
| A D | buildman.rst | 59 or when it is finished.
|
| /u-boot/boot/ |
| A D | Kconfig | 892 before starting and bootstage_accum() when finished. Bootstage will
|
Completed in 40 milliseconds
12