Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/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 Drkcommon.c366 struct header1_info *hdr = buf + RK_SPL_HDR_START; in rkcommon_set_header()
378 rkcommon_rc4_encode_spl(buf, RK_SPL_HDR_START, in rkcommon_set_header()
383 rkcommon_rc4_encode_spl(buf + RK_SPL_HDR_START, in rkcommon_set_header()
571 tparams->header_size = RK_SPL_HDR_START; in rkcommon_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