Searched refs:download_bytes (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | fb_mmc.c | 114 unsigned int download_bytes, char *response) in write_raw_image() argument 120 blkcnt = ((download_bytes + (info->blksz - 1)) & ~(info->blksz - 1)); in write_raw_image() 201 unsigned int download_bytes, in fb_mmc_update_zimage() argument 227 hdr_addr = (uintptr_t)download_buffer + ALIGN(download_bytes, PAGE_SIZE); in fb_mmc_update_zimage() 264 hdr->kernel_size = download_bytes; in fb_mmc_update_zimage() 303 unsigned int download_bytes, char *response) in fb_mmc_flash_write() argument 385 fb_mmc_update_zimage(dev_desc, download_buffer, download_bytes, response); in fb_mmc_flash_write() 414 download_bytes, response); in fb_mmc_flash_write() 417 download_bytes, response); in fb_mmc_flash_write()
|
| H A D | fb_nand.c | 150 unsigned int download_bytes, char *response) in fb_nand_flash_write() argument 185 download_bytes, response); in fb_nand_flash_write() 191 download_bytes, NULL); in fb_nand_flash_write() 194 download_bytes, part->name); in fb_nand_flash_write()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | f_fastboot.c | 86 static unsigned int download_bytes; variable 1544 int rx_remain = download_size - download_bytes; in rx_bytes_expected() 1570 unsigned int transfer_size = download_size - download_bytes; in rx_handler_dl_image() 1583 memcpy((void *)CONFIG_FASTBOOT_BUF_ADDR + download_bytes, in rx_handler_dl_image() 1586 pre_dot_num = download_bytes / BYTES_PER_DOT; in rx_handler_dl_image() 1587 download_bytes += transfer_size; in rx_handler_dl_image() 1588 now_dot_num = download_bytes / BYTES_PER_DOT; in rx_handler_dl_image() 1597 if (download_bytes >= download_size) { in rx_handler_dl_image() 1609 printf("\ndownloading of %d bytes finished\n", download_bytes); in rx_handler_dl_image() 1625 download_bytes = 0; in cb_download() [all …]
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | fb_nand.h | 9 unsigned int download_bytes, char *response);
|
| H A D | fb_mmc.h | 10 unsigned int download_bytes, char *response);
|
| /OK3568_Linux_fs/u-boot/ |
| H A D | System.map | |
| H A D | u-boot.sym | |
| H A D | u-boot.map | |