bus_bytes 200 drivers/staging/gs_fpgaboot/gs_fpgaboot.c static int gs_download_image(struct fpgaimage *fimage, enum wbus bus_bytes) bus_bytes 213 drivers/staging/gs_fpgaboot/gs_fpgaboot.c if (!xl_supported_prog_bus_width(bus_bytes)) { bus_bytes 215 drivers/staging/gs_fpgaboot/gs_fpgaboot.c bus_bytes); bus_bytes 235 drivers/staging/gs_fpgaboot/gs_fpgaboot.c for (i = 0; i < size; i += bus_bytes) bus_bytes 236 drivers/staging/gs_fpgaboot/gs_fpgaboot.c xl_shift_bytes_out(bus_bytes, bitdata + i); bus_bytes 34 drivers/staging/gs_fpgaboot/io.c int xl_supported_prog_bus_width(enum wbus bus_bytes) bus_bytes 36 drivers/staging/gs_fpgaboot/io.c switch (bus_bytes) { bus_bytes 42 drivers/staging/gs_fpgaboot/io.c pr_err("unsupported program bus width %d\n", bus_bytes); bus_bytes 61 drivers/staging/gs_fpgaboot/io.h int xl_supported_prog_bus_width(enum wbus bus_bytes);