Home
last modified time | relevance | path

Searched refs:bstype (Results 1 – 10 of 10) sorted by relevance

/external/u-boot/drivers/fpga/
Dzynqpl.c196 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()
Dxilinx.c40 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()
Dfpga.c186 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()
Dzynqmppl.c199 bitstream_type bstype) in zynqmp_load() argument
219 bstype |= BIT(ZYNQMP_FPGA_BIT_NS); in zynqmp_load()
233 bstype, ret_payload); in zynqmp_load()
Dversalpl.c28 bitstream_type bstype) in versal_load() argument
Dspartan2.c44 bitstream_type bstype) in spartan2_load() argument
Dspartan3.c48 bitstream_type bstype) in spartan3_load() argument
Dvirtex2.c96 bitstream_type bstype) in virtex2_load() argument
/external/u-boot/include/
Dfpga.h67 bitstream_type bstype);
73 bitstream_type bstype);
Dxilinx.h62 bitstream_type bstype);