Home
last modified time | relevance | path

Searched refs:RK_SPL_HDR_START (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/tools/
H A Drkcommon.h15 RK_SPL_HDR_START = RK_INIT_OFFSET * RK_BLK_SIZE, enumerator
17 RK_SPL_START = RK_SPL_HDR_START + RK_SPL_HDR_SIZE,
H A Drkcommon.c191 struct header1_info *hdr = buf + RK_SPL_HDR_START; in rkcommon_set_header()
202 rkcommon_rc4_encode_spl(buf, RK_SPL_HDR_START, in rkcommon_set_header()
203 params->file_size - RK_SPL_HDR_START); in rkcommon_set_header()
359 tparams->header_size = RK_SPL_HDR_START; in rkcommon_vrec_header()
H A Drksd.c27 size = params->file_size - RK_SPL_HDR_START; in rksd_set_header()