Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dfsl_validate.h24 #define ESBC_BARKER_LEN 4 /* barker code length in ESBC uboot client */ macro
36 u8 barker[ESBC_BARKER_LEN]; /* barker code */
100 u8 barker[ESBC_BARKER_LEN]; /* barker code */
/openbmc/u-boot/board/freescale/common/
H A Dfsl_validate.c44 static const u8 barker_code[ESBC_BARKER_LEN] = { 0x12, 0x19, 0x20, 0x01 };
46 static const u8 barker_code[ESBC_BARKER_LEN] = { 0x68, 0x39, 0x27, 0x81 };
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()