Lines Matching refs:boot_size
160 uint32_t boot_size; member
229 spl_params.boot_size = in rkcommon_check_params()
231 if (spl_params.boot_size < 0) in rkcommon_check_params()
325 hdr->init_size + spl_params.boot_size / RK_BLK_SIZE; in rkcommon_set_header0()
348 image_size_array[1] = spl_params.boot_size; in rkcommon_set_header0_v2()
385 spl_params.boot_size); in rkcommon_set_header()
494 int ret, boot_size, init_size; in rkcommon_print_header() local
506 boot_size = header0_v2.images[1].size_and_off >> 16; in rkcommon_print_header()
507 boot_size = boot_size * RK_BLK_SIZE; in rkcommon_print_header()
522 boot_size = header0.init_boot_size * RK_BLK_SIZE - init_size; in rkcommon_print_header()
530 if (boot_size != RK_MAX_BOOT_SIZE) in rkcommon_print_header()
531 printf("Boot Data Size: %d bytes\n", boot_size); in rkcommon_print_header()
587 spl_params.init_size + spl_params.boot_size; in rkcommon_vrec_header()
682 spl_params.boot_size); in rockchip_copy_image()