Home
last modified time | relevance | path

Searched refs:total_bytes (Results 1 – 13 of 13) sorted by relevance

/u-boot/test/
A Dut.c163 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 Dgunzip.c95 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 Dut.h120 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 Dcvmx-pko3-compat.c85 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 Dmicrochip_coreqspi.c197 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 Dconv-funcs.h122 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 Dvolumes.h28 u64 total_bytes; member
A Dctree.h218 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 Dvolumes.c235 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 Dgzip.h59 void gzwrite_progress(int iteration, ulong bytes_written, ulong total_bytes);
/u-boot/fs/btrfs/kernel-shared/
A Dbtrfs_tree.h403 __le64 total_bytes; member
1120 __le64 total_bytes; member
1162 __le64 total_bytes; member
/u-boot/arch/mips/mach-octeon/include/mach/
A Dcvmx-hwpko.h122 u64 total_bytes : 16; member
/u-boot/drivers/net/octeon/
A Docteon_eth.c869 pko_command.s.total_bytes = len; in cvm_oct_xmit()

Completed in 46 milliseconds