Searched refs:bstype (Results 1 – 11 of 11) sorted by relevance
/u-boot/drivers/fpga/ |
A D | zynqpl.c | 200 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 D | xilinx.c | 41 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 D | fpga.c | 189 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 D | versalpl.c | 30 bitstream_type bstype) in versal_load() argument
|
A D | zynqmppl.c | 203 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 D | spartan2.c | 44 bitstream_type bstype) in spartan2_load() argument
|
A D | spartan3.c | 48 bitstream_type bstype) in spartan3_load() argument
|
A D | virtex2.c | 97 bitstream_type bstype) in virtex2_load() argument
|
/u-boot/include/ |
A D | fpga.h | 67 bitstream_type bstype); 73 bitstream_type bstype);
|
A D | zynqpl.h | 16 u8 bstype);
|
A D | xilinx.h | 62 bitstream_type bstype);
|
Completed in 11 milliseconds