Home
last modified time | relevance | path

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

/u-boot/drivers/fpga/
A Dzynqpl.c200 static int zynq_dma_xfer_init(bitstream_type bstype) in zynq_dma_xfer_init() argument
208 if (bstype != BIT_PARTIAL && bstype != BIT_NONE) { in zynq_dma_xfer_init()
343 bitstream_type *bstype) in zynq_validate_bitstream() argument
367 if (zynq_dma_xfer_init(*bstype)) in zynq_validate_bitstream()
374 bitstream_type bstype) in zynq_load() argument
384 &bstype)) in zynq_load()
413 if (bstype != BIT_PARTIAL) in zynq_load()
516 u8 bstype) in zynq_decrypt_load() argument
533 if (zynq_dma_xfer_init(bstype)) { in zynq_decrypt_load()
551 if (bstype == BIT_NONE && dstaddr != 0xFFFFFFFF) in zynq_decrypt_load()
[all …]
A Dxilinx.c41 bitstream_type bstype) in fpga_loadbitstream() argument
138 return fpga_load(devnum, dataptr, swapsize, bstype); in fpga_loadbitstream()
142 bitstream_type bstype) in xilinx_load() argument
154 return desc->operations->load(desc, buf, bsize, bstype); in xilinx_load()
A Dfpga.c189 bitstream_type bstype) in fpga_loadbitstream() argument
255 int fpga_load(int devnum, const void *buf, size_t bsize, bitstream_type bstype) in fpga_load() argument
266 bstype); in fpga_load()
A Dversalpl.c30 bitstream_type bstype) in versal_load() argument
A Dzynqmppl.c203 bitstream_type bstype) in zynqmp_load() argument
223 bstype |= BIT(ZYNQMP_FPGA_BIT_NS); in zynqmp_load()
237 bstype, ret_payload); in zynqmp_load()
A Dspartan2.c44 bitstream_type bstype) in spartan2_load() argument
A Dspartan3.c48 bitstream_type bstype) in spartan3_load() argument
A Dvirtex2.c97 bitstream_type bstype) in virtex2_load() argument
/u-boot/include/
A Dfpga.h67 bitstream_type bstype);
73 bitstream_type bstype);
A Dzynqpl.h16 u8 bstype);
A Dxilinx.h62 bitstream_type bstype);

Completed in 11 milliseconds