Searched refs:fimage (Results 1 – 1 of 1) sorted by relevance
121 static enum fmt_image get_imageformat(struct fpgaimage *fimage) in get_imageformat() argument126 static void gs_print_header(struct fpgaimage *fimage) in gs_print_header() argument128 pr_info("file: %s\n", fimage->filename); in gs_print_header()129 pr_info("part: %s\n", fimage->part); in gs_print_header()130 pr_info("date: %s\n", fimage->date); in gs_print_header()131 pr_info("time: %s\n", fimage->time); in gs_print_header()132 pr_info("lendata: %d\n", fimage->lendata); in gs_print_header()135 static void gs_read_bitstream(struct fpgaimage *fimage) in gs_read_bitstream() argument141 bitdata = (char *)fimage->fw_entry->data; in gs_read_bitstream()144 readinfo_bitstream(bitdata, fimage->filename, &offset); in gs_read_bitstream()[all …]