Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/fpga/
H A 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()
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 Dxilinx.c28 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 Dfpga.c177 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 Dzynqmppl.c196 bitstream_type bstype) in zynqmp_load() argument
220 bstype, ret_payload); in zynqmp_load()
H A Dvirtex2.c95 bitstream_type bstype) in virtex2_load() argument
H A Dspartan2.c45 bitstream_type bstype) in spartan2_load() argument
H A Dspartan3.c49 bitstream_type bstype) in spartan3_load() argument
/OK3568_Linux_fs/u-boot/include/
H A Dfpga.h58 bitstream_type bstype);
62 bitstream_type bstype);
H A Dxilinx.h59 bitstream_type bstype);