Searched refs:ESBC_BARKER_LEN (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | fsl_validate.h | 25 #define ESBC_BARKER_LEN 4 /* barker code length in ESBC uboot client */ macro 37 u8 barker[ESBC_BARKER_LEN]; /* barker code */ 101 u8 barker[ESBC_BARKER_LEN]; /* barker code */
|
| /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 }; 47 static const u8 barker_code[ESBC_BARKER_LEN] = { 0x68, 0x39, 0x27, 0x81 }; 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()
|