| /rk3399_rockchip-uboot/drivers/spi/ |
| H A D | cadence_qspi_apb.c | 627 unsigned int remaining = n_rx; in cadence_qspi_apb_indirect_read_execute() local 637 while (remaining > 0) { in cadence_qspi_apb_indirect_read_execute() 648 bytes_to_read = bytes_to_read > remaining ? in cadence_qspi_apb_indirect_read_execute() 649 remaining : bytes_to_read; in cadence_qspi_apb_indirect_read_execute() 660 remaining -= bytes_to_read; in cadence_qspi_apb_indirect_read_execute() 721 unsigned int remaining = n_tx; in cadence_qspi_apb_indirect_write_execute() local 732 while (remaining > 0) { in cadence_qspi_apb_indirect_write_execute() 733 write_bytes = remaining > page_size ? page_size : remaining; in cadence_qspi_apb_indirect_write_execute() 749 remaining -= write_bytes; in cadence_qspi_apb_indirect_write_execute()
|
| /rk3399_rockchip-uboot/drivers/mtd/spi/ |
| H A D | sf_dataflash.c | 275 size_t remaining = len; in spi_dataflash_write() local 301 while (remaining > 0) { in spi_dataflash_write() 397 remaining = 0; in spi_dataflash_write() 405 remaining = remaining - writelen; in spi_dataflash_write() 410 if (remaining > spi_flash->page_size) in spi_dataflash_write() 413 writelen = remaining; in spi_dataflash_write()
|
| H A D | spi-nor-tiny.c | 81 size_t remaining = len; in spi_nor_read_data() local 93 while (remaining) { in spi_nor_read_data() 94 op.data.nbytes = remaining < UINT_MAX ? remaining : UINT_MAX; in spi_nor_read_data() 104 remaining -= op.data.nbytes; in spi_nor_read_data()
|
| H A D | spi-nor-core.c | 81 size_t remaining = len; in spi_nor_read_data() local 93 while (remaining) { in spi_nor_read_data() 94 op.data.nbytes = remaining < UINT_MAX ? remaining : UINT_MAX; in spi_nor_read_data() 104 remaining -= op.data.nbytes; in spi_nor_read_data()
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | hexdump.c | 186 int i, linelen, remaining = len; in print_hex_dump() local 193 linelen = min(remaining, rowsize); in print_hex_dump() 194 remaining -= rowsize; in print_hex_dump()
|
| H A D | bch.c | 1156 unsigned int sum, x, y, remaining, ak = 0, xi[m]; in build_deg2_base() local 1169 remaining = m; in build_deg2_base() 1172 for (x = 0; (x <= GF_N(bch)) && remaining; x++) { in build_deg2_base() 1179 remaining--; in build_deg2_base() 1187 return remaining ? -1 : 0; in build_deg2_base()
|
| /rk3399_rockchip-uboot/lib/lzo/ |
| H A D | lzo1x_decompress.c | 84 size_t tmp, remaining; in lzop_decompress() local 91 remaining = *dst_len; in lzop_decompress() 111 if (dlen > remaining) in lzop_decompress() 135 remaining -= dlen; in lzop_decompress()
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | rkcommon.c | 540 unsigned int remaining = size; in rkcommon_rc4_encode_spl() local 542 while (remaining > 0) { in rkcommon_rc4_encode_spl() 543 int step = (remaining > RK_BLK_SIZE) ? RK_BLK_SIZE : remaining; in rkcommon_rc4_encode_spl() 547 remaining -= step; in rkcommon_rc4_encode_spl()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | mtd.c | 277 u64 start_off, off, len, remaining, default_len; in do_mtd() local 313 remaining = len; in do_mtd() 348 while (remaining) { in do_mtd() 370 remaining -= io_op.retlen; in do_mtd()
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.android-fastboot-protocol | 31 a. INFO -> the remaining 60 bytes are an informative message 35 b. FAIL -> the requested command failed. The remaining 60 bytes 56 a. INFO -> display the remaining 60 bytes and return to #4 58 b. FAIL -> display the remaining 60 bytes (if present) as a failure
|
| H A D | README.fsl-trustzone-components | 25 and one base region, always active, that covers the remaining address space.
|
| H A D | README.menu | 19 function, which handle your menu. This function returns the remaining
|
| /rk3399_rockchip-uboot/fs/fat/ |
| H A D | fat.c | 649 int remaining; /* remaining dent's in current cluster */ member 679 itr->remaining = 0; in fat_itr_root() 717 itr->remaining = 0; in fat_itr_child() 774 if (itr->remaining == 0) { in next_dent() 783 itr->remaining = nbytes / sizeof(dir_entry) - 1; in next_dent() 786 itr->remaining--; in next_dent()
|
| /rk3399_rockchip-uboot/arch/arm/lib/ |
| H A D | uldivmod.S | 209 @ Count the remaining leading zeroes in B.
|
| /rk3399_rockchip-uboot/board/sbc8349/ |
| H A D | README | 66 use all the remaining register file content.
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | avbtool.py | 4120 remaining = hash_src_size 4121 while remaining > 0: 4126 image.seek(hash_src_offset + hash_src_size - remaining) 4127 data = image.read(min(remaining, block_size)) 4129 offset = hash_level_offsets[level_num - 1] + hash_src_size - remaining 4133 remaining -= len(data)
|
| /rk3399_rockchip-uboot/board/sunxi/ |
| H A D | README.sunxi64 | 144 This boot0 blob takes care of DRAM initialisation and loads the remaining
|
| /rk3399_rockchip-uboot/ |
| H A D | README | 2213 remaining RAM in a form that can be passed as boot 4175 one of these commands fails, then the remaining commands will be 4180 command will cause "run" to terminate, i. e. the remaining
|