Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/fastboot/
H A Dfb_mmc.c101 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()
H A Dfb_nand.c172 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()
/openbmc/u-boot/include/
H A Dfb_nand.h31 u32 download_bytes, char *response);
H A Dfb_mmc.h29 u32 download_bytes, char *response);