Searched refs:init_boot_size (Results 1 – 1 of 1) sorted by relevance
40 uint16_t init_boot_size; member224 uint32_t init_boot_size; in rkcommon_set_header0() local241 init_boot_size = spl_params.init_size + spl_params.boot_size; in rkcommon_set_header0()243 init_boot_size = spl_params.init_size + RK_MAX_BOOT_SIZE; in rkcommon_set_header0()244 hdr->init_boot_size = cpu_to_le16(init_boot_size / RK_BLK_SIZE); in rkcommon_set_header0()383 boot_size = le16_to_cpu(header0.init_boot_size) * RK_BLK_SIZE - init_size; in rkcommon_print_header()
Completed in 6 milliseconds