Searched refs:bus_bytes (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/gs_fpgaboot/
H A Dio.c50 int xl_supported_prog_bus_width(enum wbus bus_bytes) xl_supported_prog_bus_width() argument
52 switch (bus_bytes) { xl_supported_prog_bus_width()
59 bus_bytes); xl_supported_prog_bus_width()
H A Dgs_fpgaboot.c189 static int gs_download_image(struct fpgaimage *fimage, enum wbus bus_bytes) gs_download_image() argument
202 if (!xl_supported_prog_bus_width(bus_bytes)) { gs_download_image()
204 bus_bytes); gs_download_image()
224 for (i = 0; i < size; i += bus_bytes) gs_download_image()
225 xl_shift_bytes_out(bus_bytes, bitdata+i); gs_download_image()
H A Dio.h78 int xl_supported_prog_bus_width(enum wbus bus_bytes);

Completed in 93 milliseconds