Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/
H A Drkcommon.c21 RK_MAGIC_V2 = 0x534E4B52, enumerator
343 hdr->magic = cpu_to_le32(RK_MAGIC_V2); in rkcommon_set_header0_v2()
447 if (le32_to_cpu(header->magic) != RK_MAGIC_V2) in rkcommon_parse_header_v2()
461 if ((*(uint32_t *)buf) == RK_MAGIC_V2) in rkcommon_verify_header()
496 if ((*(uint32_t *)buf) == RK_MAGIC_V2) { in rkcommon_print_header()