Home
last modified time | relevance | path

Searched refs:BIT_FULL (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/cmd/
Dfpga.c178 return fpga_load(dev, (void *)fpga_data, data_size, BIT_FULL); in do_fpga_load()
193 return fpga_loadbitstream(dev, (void *)fpga_data, data_size, BIT_FULL); in do_fpga_loadb()
315 BIT_FULL); in do_fpga_loadmk()
355 return fpga_load(dev, fit_data, data_size, BIT_FULL); in do_fpga_loadmk()
/external/u-boot/include/
Dfpga.h55 BIT_FULL = 0, enumerator
/external/u-boot/common/spl/
Dspl_fit.c440 spl_image->size, BIT_FULL); in spl_load_simple_fit()
/external/u-boot/common/
Dimage.c1403 img_len, BIT_FULL); in boot_get_fpga()
1406 img_len, BIT_FULL); in boot_get_fpga()