Searched refs:total_bytes (Results 1 – 13 of 13) sorted by relevance
| /u-boot/test/ |
| A D | ut.c | 163 int ut_check_console_dump(struct unit_test_state *uts, int total_bytes) in ut_check_console_dump() argument 169 if (!total_bytes) in ut_check_console_dump() 172 for (upto = 0; upto < total_bytes;) { in ut_check_console_dump() 184 return upto == total_bytes ? 0 : 1; in ut_check_console_dump()
|
| /u-boot/lib/ |
| A D | gunzip.c | 95 ulong total_bytes) in gzwrite_progress() argument 98 printf("%lu/%lu\r", bytes_written, total_bytes); in gzwrite_progress() 104 ulong total_bytes, in gzwrite_progress_finish() argument 110 total_bytes, calculated_crc); in gzwrite_progress_finish() 114 bytes_written, total_bytes, in gzwrite_progress_finish()
|
| /u-boot/include/test/ |
| A D | ut.h | 120 int ut_check_console_dump(struct unit_test_state *uts, int total_bytes); 376 #define ut_assert_nextlines_are_dump(total_bytes) ({ \ argument 379 if (ut_check_console_dump(uts, total_bytes)) { \ 383 total_bytes, uts->actual_str); \
|
| /u-boot/arch/mips/mach-octeon/ |
| A D | cvmx-pko3-compat.c | 85 unsigned int total_bytes) in cvmx_pko3_legacy_bufptr_validate() argument 96 delta = buf_ptr.s.size - total_bytes; in cvmx_pko3_legacy_bufptr_validate() 108 delta = bytes - total_bytes; in cvmx_pko3_legacy_bufptr_validate() 121 delta = bytes - total_bytes; in cvmx_pko3_legacy_bufptr_validate() 331 if (seg_cnt == 1 && bptr.size == pko_command.s.total_bytes) { in cvmx_pko3_legacy_xmit() 345 pko_command.s.total_bytes); in cvmx_pko3_legacy_xmit() 364 hdr_s->s.total = pko_command.s.total_bytes; in cvmx_pko3_legacy_xmit()
|
| /u-boot/drivers/spi/ |
| A D | microchip_coreqspi.c | 197 int total_bytes, cmd_bytes, frames, ctrl; in mchp_coreqspi_config_op() local 200 total_bytes = cmd_bytes + op->data.nbytes; in mchp_coreqspi_config_op() 230 cmd_bytes = total_bytes; in mchp_coreqspi_config_op() 232 frames = total_bytes & BYTESUPPER_MASK; in mchp_coreqspi_config_op() 234 frames = total_bytes & BYTESLOWER_MASK; in mchp_coreqspi_config_op()
|
| /u-boot/fs/btrfs/ |
| A D | conv-funcs.h | 122 DEFINE_CONV(btrfs_dev_item, devid, total_bytes, bytes_used, io_align, io_width, 162 dev_root, dev_root_gen, csum_root, csum_root_gen, total_bytes, 165 chunk_root, log_root, log_root_transid, total_bytes, bytes_used,
|
| A D | volumes.h | 28 u64 total_bytes; member
|
| A D | ctree.h | 218 BTRFS_SETGET_FUNCS(device_total_bytes, struct btrfs_dev_item, total_bytes, 64); 233 total_bytes, 64); 927 total_bytes, 64); 957 total_bytes, 64);
|
| A D | volumes.c | 235 device->total_bytes = in device_list_add() 598 device->total_bytes = btrfs_device_total_bytes(leaf, dev_item); in fill_device_from_item()
|
| /u-boot/include/ |
| A D | gzip.h | 59 void gzwrite_progress(int iteration, ulong bytes_written, ulong total_bytes);
|
| /u-boot/fs/btrfs/kernel-shared/ |
| A D | btrfs_tree.h | 403 __le64 total_bytes; member 1120 __le64 total_bytes; member 1162 __le64 total_bytes; member
|
| /u-boot/arch/mips/mach-octeon/include/mach/ |
| A D | cvmx-hwpko.h | 122 u64 total_bytes : 16; member
|
| /u-boot/drivers/net/octeon/ |
| A D | octeon_eth.c | 869 pko_command.s.total_bytes = len; in cvm_oct_xmit()
|
Completed in 46 milliseconds