Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/fpga/
H A Dzynqpl.c195 static int zynq_dma_xfer_init(bitstream_type bstype) in zynq_dma_xfer_init() argument
203 if (bstype != BIT_PARTIAL) { in zynq_dma_xfer_init()
338 bitstream_type *bstype) in zynq_validate_bitstream() argument
362 if (zynq_dma_xfer_init(*bstype)) in zynq_validate_bitstream()
369 bitstream_type bstype) in zynq_load() argument
379 &bstype)) in zynq_load()
408 if (bstype != BIT_PARTIAL) in zynq_load()
H A 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()
H A 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()
H A Dzynqmppl.c197 bitstream_type bstype) in zynqmp_load() argument
217 bstype |= BIT(ZYNQMP_FPGA_BIT_NS); in zynqmp_load()
230 (u32)(uintptr_t)bsizeptr, bstype, ret_payload); in zynqmp_load()
H A Dvirtex2.c94 bitstream_type bstype) in virtex2_load() argument
H A Dspartan2.c44 bitstream_type bstype) in spartan2_load() argument
H A Dspartan3.c48 bitstream_type bstype) in spartan3_load() argument
/openbmc/u-boot/include/
H A Dfpga.h67 bitstream_type bstype);
73 bitstream_type bstype);
H A Dxilinx.h60 bitstream_type bstype);