Searched refs:download_bytes (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/drivers/fastboot/ |
D | fb_mmc.c | 101 u32 download_bytes, char *response) in write_raw_image() argument 107 blkcnt = ((download_bytes + (info->blksz - 1)) & ~(info->blksz - 1)); in write_raw_image() 190 u32 download_bytes, in fb_mmc_update_zimage() argument 216 hdr_addr = (uintptr_t)download_buffer + ALIGN(download_bytes, PAGE_SIZE); in fb_mmc_update_zimage() 255 hdr->kernel_size = download_bytes; in fb_mmc_update_zimage() 334 u32 download_bytes, char *response) in fastboot_mmc_flash_write() argument 392 download_bytes, response); in fastboot_mmc_flash_write() 427 download_bytes, response); in fastboot_mmc_flash_write()
|
D | fb_nand.c | 172 u32 download_bytes, char *response) in fastboot_nand_flash_write() argument 216 download_bytes, NULL); in fastboot_nand_flash_write() 219 download_bytes, part->name); in fastboot_nand_flash_write()
|
/external/u-boot/include/ |
D | fb_nand.h | 31 u32 download_bytes, char *response);
|
D | fb_mmc.h | 29 u32 download_bytes, char *response);
|