Home
last modified time | relevance | path

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

/external/u-boot/tools/
Dzynqmpbif.c52 struct bif_flags { struct
193 static const struct bif_flags bif_flags[] = { variable
750 static const struct bif_flags *find_flag(char *str) in find_flag()
752 const struct bif_flags *bf; in find_flag()
755 for (i = 0; i < ARRAY_SIZE(bif_flags); i++) { in find_flag()
756 bf = &bif_flags[i]; in find_flag()
861 const struct bif_flags *bf; in zynqmpbif_copy_image()