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

/u-boot/arch/arc/lib/
H A D_millicodethunk.S95 ; the loads
/u-boot/cmd/
H A Dfpga.c373 U_BOOT_CMD_MKENT(loads, 6, 1, do_fpga_loads, "", ""),
443 " loads [dev] [address] [size] [auth-OCM-0/DDR-1/noauth-2]\n"
H A Dload.c1124 loads, 3, 0, do_load_serial,
1133 loads, 2, 0, do_load_serial,
/u-boot/drivers/fpga/
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);
H A Dzynqmppl.c217 * Other images are handled in secure callback loads(). Check
220 if (desc->operations->loads && (flags & desc->flags))
243 puts("Missing loads() operation or unsupported bitstream type\n");
258 return desc->operations->loads(desc, buf, bsize, &info);
263 return desc->operations->loads(desc, buf, bsize, &info);
384 .loads = zynqmp_loads,
/u-boot/include/
H A Dxilinx.h61 int (*loads)(xilinx_desc *desc, const void *buf, size_t bsize, member in struct:xilinx_fpga_op

Completed in 241 milliseconds