Searched refs:bstype (Results 1 – 9 of 9) sorted by relevance
/external/u-boot/drivers/fpga/ |
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() 337 bitstream_type *bstype) in zynq_validate_bitstream() argument 361 if (zynq_dma_xfer_init(*bstype)) in zynq_validate_bitstream() 368 bitstream_type bstype) in zynq_load() argument 378 &bstype)) in zynq_load() 407 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 | 196 bitstream_type bstype) in zynqmp_load() argument 217 bstype |= BIT(ZYNQMP_FPGA_BIT_NS); in zynqmp_load() 219 (u32)(uintptr_t)bsizeptr, bstype, ret_payload); in zynqmp_load()
|
D | virtex2.c | 94 bitstream_type bstype) in virtex2_load() argument
|
D | spartan2.c | 44 bitstream_type bstype) in spartan2_load() argument
|
D | spartan3.c | 48 bitstream_type bstype) in spartan3_load() argument
|
/external/u-boot/include/ |
D | fpga.h | 67 bitstream_type bstype); 73 bitstream_type bstype);
|
D | xilinx.h | 60 bitstream_type bstype);
|