Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/fpga/
H A Dzynqmppl.c18 static const u32 bin_format[] = { variable
79 for (i = 0; i < ARRAY_SIZE(bin_format); i++) { in check_header()
89 (__swab32(pattern) == bin_format[i])) { in check_header()
95 &test[i], pattern, bin_format[i]); in check_header()
H A Dzynqpl.c45 static const u32 bin_format[] = { variable
98 for (i = 0; i < ARRAY_SIZE(bin_format); i++) { in check_header()
108 (__swab32(pattern) == bin_format[i])) { in check_header()
115 (u32)&test[i], pattern, bin_format[i]); in check_header()
116 if (pattern != bin_format[i]) { in check_header()