Lines Matching refs:boot_size
164 uint32_t boot_size; member
233 spl_params.boot_size = in rkcommon_check_params()
235 if (spl_params.boot_size < 0) in rkcommon_check_params()
329 hdr->init_size + spl_params.boot_size / RK_BLK_SIZE; in rkcommon_set_header0()
352 image_size_array[1] = spl_params.boot_size; in rkcommon_set_header0_v2()
389 spl_params.boot_size); in rkcommon_set_header()
498 int ret, boot_size, init_size; in rkcommon_print_header() local
510 boot_size = header0_v2.images[1].size_and_off >> 16; in rkcommon_print_header()
511 boot_size = boot_size * RK_BLK_SIZE; in rkcommon_print_header()
526 boot_size = header0.init_boot_size * RK_BLK_SIZE - init_size; in rkcommon_print_header()
534 if (boot_size != RK_MAX_BOOT_SIZE) in rkcommon_print_header()
535 printf("Boot Data Size: %d bytes\n", boot_size); in rkcommon_print_header()
591 spl_params.init_size + spl_params.boot_size; in rkcommon_vrec_header()
686 spl_params.boot_size); in rockchip_copy_image()