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