Home
last modified time | relevance | path

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

/u-boot/drivers/fpga/
A Dzynqmppl.c24 static const u32 bin_format[] = { variable
85 for (i = 0; i < ARRAY_SIZE(bin_format); i++) { in check_header()
95 (__swab32(pattern) == bin_format[i])) { in check_header()
101 &test[i], pattern, bin_format[i]); in check_header()
A Dzynqpl.c50 static const u32 bin_format[] = { variable
103 for (i = 0; i < ARRAY_SIZE(bin_format); i++) { in check_header()
113 (__swab32(pattern) == bin_format[i])) { in check_header()
120 (u32)&test[i], pattern, bin_format[i]); in check_header()
121 if (pattern != bin_format[i]) { in check_header()

Completed in 5 milliseconds