Searched refs:bus_bytes (Results 1 – 3 of 3) sorted by relevance
45 int xl_supported_prog_bus_width(enum wbus bus_bytes) in xl_supported_prog_bus_width() argument47 switch (bus_bytes) { in xl_supported_prog_bus_width()54 bus_bytes); in xl_supported_prog_bus_width()
210 static int gs_download_image(struct fpgaimage *fimage, enum wbus bus_bytes) in gs_download_image() argument223 if (!xl_supported_prog_bus_width(bus_bytes)) { in gs_download_image()225 bus_bytes); in gs_download_image()245 for (i = 0; i < size; i += bus_bytes) in gs_download_image()246 xl_shift_bytes_out(bus_bytes, bitdata + i); in gs_download_image()
71 int xl_supported_prog_bus_width(enum wbus bus_bytes);