Searched refs:loads (Results 1 - 6 of 6) sorted by relevance

/u-boot/include/
H A Dxilinx.h61 int (*loads)(xilinx_desc *desc, const void *buf, size_t bsize, member in struct:xilinx_fpga_op
/u-boot/drivers/fpga/
H A Dzynqmppl.c218 * Other images are handled in secure callback loads(). Check
221 if (desc->operations->loads && (flags & desc->flags))
244 puts("Missing loads() operation or unsupported bitstream type\n");
259 return desc->operations->loads(desc, buf, bsize, &info);
264 return desc->operations->loads(desc, buf, bsize, &info);
385 .loads = zynqmp_loads,
H A Dxilinx.c184 if (!desc->operations || !desc->operations->loads) {
185 printf("%s: Missing loads operation\n", __func__);
189 return desc->operations->loads(desc, buf, bsize, fpga_sec_info);
/u-boot/cmd/
H A Dload.c1125 loads, 3, 0, do_load_serial,
1134 loads, 2, 0, do_load_serial,
H A Dfpga.c374 U_BOOT_CMD_MKENT(loads, 6, 1, do_fpga_loads, "", ""),
444 " loads [dev] [address] [size] [auth-OCM-0/DDR-1/noauth-2]\n"
/u-boot/arch/arc/lib/
H A D_millicodethunk.S95 ; the loads

Completed in 85 milliseconds