Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/
H A Drknand.c49 buf + RK_SPL_HDR_START + sector * RKNAND_SECT_LEN, in rknand_set_header()
58 memset(buf + RK_SPL_HDR_START, 0xFF, ninfo.pagesize - RK_SPL_HDR_START); in rknand_set_header()
86 tplsplsize = params->file_size - RK_SPL_HDR_START; in rknand_vrec_header()
H A Drkimage.c19 memcpy(buf + RK_SPL_HDR_START, rkcommon_get_spl_hdr(params), in rkimage_set_header()
H A Drkcommon.h16 RK_SPL_HDR_START = RK_INIT_OFFSET * RK_BLK_SIZE, enumerator
H A Drkcommon.c370 struct header1_info *hdr = buf + RK_SPL_HDR_START; in rkcommon_set_header()
382 rkcommon_rc4_encode_spl(buf, RK_SPL_HDR_START, in rkcommon_set_header()
387 rkcommon_rc4_encode_spl(buf + RK_SPL_HDR_START, in rkcommon_set_header()
575 tparams->header_size = RK_SPL_HDR_START; in rkcommon_vrec_header()