Searched refs:bstype (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/fpga/ |
| H A D | zynqpl.c | 194 static int zynq_dma_xfer_init(bitstream_type bstype) in zynq_dma_xfer_init() argument 202 if (bstype != BIT_PARTIAL) { in zynq_dma_xfer_init() 322 bitstream_type *bstype) in zynq_validate_bitstream() argument 346 if (zynq_dma_xfer_init(*bstype)) in zynq_validate_bitstream() 353 bitstream_type bstype) in zynq_load() argument 363 &bstype)) in zynq_load() 392 if (bstype != BIT_PARTIAL) in zynq_load()
|
| H A D | xilinx.c | 28 bitstream_type bstype) in fpga_loadbitstream() argument 125 return fpga_load(devnum, dataptr, swapsize, bstype); in fpga_loadbitstream() 129 bitstream_type bstype) in xilinx_load() argument 141 return desc->operations->load(desc, buf, bsize, bstype); in xilinx_load()
|
| H A D | fpga.c | 177 bitstream_type bstype) in fpga_loadbitstream() argument 214 int fpga_load(int devnum, const void *buf, size_t bsize, bitstream_type bstype) in fpga_load() argument 225 bstype); in fpga_load()
|
| H A D | zynqmppl.c | 196 bitstream_type bstype) in zynqmp_load() argument 220 bstype, ret_payload); in zynqmp_load()
|
| H A D | virtex2.c | 95 bitstream_type bstype) in virtex2_load() argument
|
| H A D | spartan2.c | 45 bitstream_type bstype) in spartan2_load() argument
|
| H A D | spartan3.c | 49 bitstream_type bstype) in spartan3_load() argument
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | fpga.h | 58 bitstream_type bstype); 62 bitstream_type bstype);
|
| H A D | xilinx.h | 59 bitstream_type bstype);
|