Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/
H A Drkspi.c26 size = params->orig_file_size; in rkspi_set_header()
H A Drknand.c33 size = params->orig_file_size; in rknand_set_header()
H A Drkcommon.c590 params->orig_file_size = tparams->header_size + in rkcommon_vrec_header()
593 params->file_size = ROUND(params->orig_file_size, RK_SIZE_ALIGN); in rkcommon_vrec_header()
692 params->file_size - params->orig_file_size); in rockchip_copy_image()
H A Dimagetool.h71 int orig_file_size; /* Original size for file before padding */ member