Home
last modified time | relevance | path

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

/external/u-boot/drivers/fpga/
Dzynqpl.c194 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()
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.c196 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()
Dvirtex2.c94 bitstream_type bstype) in virtex2_load() argument
Dspartan2.c44 bitstream_type bstype) in spartan2_load() argument
Dspartan3.c48 bitstream_type bstype) in spartan3_load() argument
/external/u-boot/include/
Dfpga.h67 bitstream_type bstype);
73 bitstream_type bstype);
Dxilinx.h60 bitstream_type bstype);