Searched refs:bstype (Results 1 – 10 of 10) sorted by relevance
/external/u-boot/drivers/fpga/ |
D | zynqpl.c | 196 static int zynq_dma_xfer_init(bitstream_type bstype) in zynq_dma_xfer_init() argument 204 if (bstype != BIT_PARTIAL) { in zynq_dma_xfer_init() 339 bitstream_type *bstype) in zynq_validate_bitstream() argument 363 if (zynq_dma_xfer_init(*bstype)) in zynq_validate_bitstream() 370 bitstream_type bstype) in zynq_load() argument 380 &bstype)) in zynq_load() 409 if (bstype != BIT_PARTIAL) in zynq_load()
|
D | xilinx.c | 40 bitstream_type bstype) in fpga_loadbitstream() argument 137 return fpga_load(devnum, dataptr, swapsize, bstype); in fpga_loadbitstream() 141 bitstream_type bstype) in xilinx_load() argument 153 return desc->operations->load(desc, buf, bsize, bstype); in xilinx_load()
|
D | fpga.c | 186 bitstream_type bstype) in fpga_loadbitstream() argument 252 int fpga_load(int devnum, const void *buf, size_t bsize, bitstream_type bstype) in fpga_load() argument 263 bstype); in fpga_load()
|
D | zynqmppl.c | 199 bitstream_type bstype) in zynqmp_load() argument 219 bstype |= BIT(ZYNQMP_FPGA_BIT_NS); in zynqmp_load() 233 bstype, ret_payload); in zynqmp_load()
|
D | versalpl.c | 28 bitstream_type bstype) in versal_load() argument
|
D | spartan2.c | 44 bitstream_type bstype) in spartan2_load() argument
|
D | spartan3.c | 48 bitstream_type bstype) in spartan3_load() argument
|
D | virtex2.c | 96 bitstream_type bstype) in virtex2_load() argument
|
/external/u-boot/include/ |
D | fpga.h | 67 bitstream_type bstype); 73 bitstream_type bstype);
|
D | xilinx.h | 62 bitstream_type bstype);
|