Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/gs_fpgaboot/
Dio.c45 int xl_supported_prog_bus_width(enum wbus bus_bytes) in xl_supported_prog_bus_width() argument
47 switch (bus_bytes) { in xl_supported_prog_bus_width()
54 bus_bytes); in xl_supported_prog_bus_width()
Dgs_fpgaboot.c210 static int gs_download_image(struct fpgaimage *fimage, enum wbus bus_bytes) in gs_download_image() argument
223 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()
Dio.h71 int xl_supported_prog_bus_width(enum wbus bus_bytes);