Searched refs:barker_code (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/u-boot/board/freescale/common/ |
| H A D | fsl_validate.c | 45 static const u8 barker_code[ESBC_BARKER_LEN] = { 0x12, 0x19, 0x20, 0x01 }; variable 47 static const u8 barker_code[ESBC_BARKER_LEN] = { 0x68, 0x39, 0x27, 0x81 }; variable 92 if (memcmp((u8 *)addr, barker_code, ESBC_BARKER_LEN) == 0) { in get_csf_base_addr() 117 barker_code, ESBC_BARKER_LEN)) in get_csf_base_addr() 674 if (memcmp(hdr->barker, barker_code, ESBC_BARKER_LEN)) in read_validate_esbc_client_header()
|