Home
last modified time | relevance | path

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

/linux/drivers/staging/gs_fpgaboot/
A Dio.c34 int xl_supported_prog_bus_width(enum wbus bus_bytes) in xl_supported_prog_bus_width() argument
36 switch (bus_bytes) { in xl_supported_prog_bus_width()
42 pr_err("unsupported program bus width %d\n", bus_bytes); in xl_supported_prog_bus_width()
A Dgs_fpgaboot.c200 static int gs_download_image(struct fpgaimage *fimage, enum wbus bus_bytes) in gs_download_image() argument
213 if (!xl_supported_prog_bus_width(bus_bytes)) { in gs_download_image()
215 bus_bytes); in gs_download_image()
235 for (i = 0; i < size; i += bus_bytes) in gs_download_image()
236 xl_shift_bytes_out(bus_bytes, bitdata + i); in gs_download_image()
A Dio.h61 int xl_supported_prog_bus_width(enum wbus bus_bytes);

Completed in 6 milliseconds