Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/fastboot/
H A Dfb_command.c22 static u32 fastboot_bytes_received; variable
164 fastboot_bytes_received = 0; in download()
192 return fastboot_bytes_expected - fastboot_bytes_received; in fastboot_data_remaining()
217 (fastboot_bytes_received + fastboot_data_len) > in fastboot_data_download()
224 memcpy(fastboot_buf_addr + fastboot_bytes_received, in fastboot_data_download()
227 pre_dot_num = fastboot_bytes_received / BYTES_PER_DOT; in fastboot_data_download()
228 fastboot_bytes_received += fastboot_data_len; in fastboot_data_download()
229 now_dot_num = fastboot_bytes_received / BYTES_PER_DOT; in fastboot_data_download()
250 printf("\ndownloading of %d bytes finished\n", fastboot_bytes_received); in fastboot_data_complete()
251 image_size = fastboot_bytes_received; in fastboot_data_complete()
[all …]