Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/gs_fpgaboot/
Dio.h59 enum wbus { enum
71 int xl_supported_prog_bus_width(enum wbus bus_bytes);
81 void xl_shift_bytes_out(enum wbus bus_byte, unsigned char *pdata);
Dio.c45 int xl_supported_prog_bus_width(enum wbus bus_bytes) in xl_supported_prog_bus_width()
62 void xl_shift_bytes_out(enum wbus bus_byte, unsigned char *pdata) in xl_shift_bytes_out()
Dgs_fpgaboot.c210 static int gs_download_image(struct fpgaimage *fimage, enum wbus bus_bytes) in gs_download_image()