Home
last modified time | relevance | path

Searched refs:fpga_fsload (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dfpga.h59 int fpga_fsload(int devnum, const void *buf, size_t size,
/rk3399_rockchip-uboot/drivers/fpga/
H A Dfpga.c184 int fpga_fsload(int devnum, const void *buf, size_t size, in fpga_fsload() function
/rk3399_rockchip-uboot/cmd/
H A Dfpga.c199 rc = fpga_fsload(dev, fpga_data, data_size, &fpga_fsinfo); in do_fpga()