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