Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/gs_fpgaboot/
Dio.c50 int xl_supported_prog_bus_width(enum wbus bus_bytes) in xl_supported_prog_bus_width() argument
52 switch (bus_bytes) { in xl_supported_prog_bus_width()
59 bus_bytes); in xl_supported_prog_bus_width()
Dgs_fpgaboot.c189 static int gs_download_image(struct fpgaimage *fimage, enum wbus bus_bytes) in gs_download_image() argument
202 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()
Dio.h78 int xl_supported_prog_bus_width(enum wbus bus_bytes);