Searched refs:bus_bytes (Results 1 – 3 of 3) sorted by relevance
50 int xl_supported_prog_bus_width(enum wbus bus_bytes) in xl_supported_prog_bus_width() argument52 switch (bus_bytes) { in xl_supported_prog_bus_width()59 bus_bytes); in xl_supported_prog_bus_width()
189 static int gs_download_image(struct fpgaimage *fimage, enum wbus bus_bytes) in gs_download_image() argument202 if (!xl_supported_prog_bus_width(bus_bytes)) { in gs_download_image()204 bus_bytes); in gs_download_image()224 for (i = 0; i < size; i += bus_bytes) in gs_download_image()225 xl_shift_bytes_out(bus_bytes, bitdata+i); in gs_download_image()
78 int xl_supported_prog_bus_width(enum wbus bus_bytes);