Home
last modified time | relevance | path

Searched refs:bl_len (Results 1 – 17 of 17) sorted by relevance

/u-boot/arch/arm/mach-imx/imx8/
A Dparse-container.c91 if (images[image_index].offset % info->bl_len) { in read_auth_image()
93 __func__, image_index, info->bl_len); in read_auth_image()
97 sectors = roundup(images[image_index].size, info->bl_len) / in read_auth_image()
98 info->bl_len; in read_auth_image()
99 sector = images[image_index].offset / info->bl_len + in read_auth_image()
128 size = roundup(CONTAINER_HDR_ALIGNMENT, info->bl_len); in read_auth_container()
129 sectors = size / info->bl_len; in read_auth_container()
156 size = roundup(length, info->bl_len); in read_auth_container()
157 sectors = size / info->bl_len; in read_auth_container()
/u-boot/common/spl/
A Dspl_nor.c50 load.bl_len = 1; in spl_nor_load_image()
98 load.bl_len = 1; in spl_nor_load_image()
106 load.bl_len = 1; in spl_nor_load_image()
114 load.bl_len = 1; in spl_nor_load_image()
A Dspl_spi.c142 load.bl_len = 1; in spl_spi_load_image()
153 load.bl_len = 1; in spl_spi_load_image()
A Dspl_nand.c74 load.bl_len = 1; in spl_nand_load_element()
83 load.bl_len = 1; in spl_nand_load_element()
A Dspl_ram.c50 load.bl_len = 1; in spl_ram_load_image()
A Dspl_fit.c188 return offset / info->bl_len; in get_aligned_image_offset()
202 return offset % info->bl_len; in get_aligned_image_overhead()
213 return (data_size + info->bl_len - 1) / info->bl_len; in get_aligned_image_size()
548 buf = spl_get_fit_load_buffer(sectors * info->bl_len); in spl_simple_fit_read()
A Dspl_net.c55 load.bl_len = 1; in spl_net_load_image()
A Dspl_fat.c91 load.bl_len = 1; in spl_load_image_fat()
A Dspl_mmc.c91 load.bl_len = mmc->read_bl_len; in mmc_load_image_raw_sector()
100 load.bl_len = mmc->read_bl_len; in mmc_load_image_raw_sector()
A Dspl_ymodem.c127 load.bl_len = 1; in spl_ymodem_load_image()
/u-boot/arch/arm/mach-imx/
A Dspl_imx_romapi.c110 load.bl_len = pagesize; in spl_romapi_load_image_seekable()
147 spl_load_info.bl_len = 1; in get_fit_image_size()
268 load.bl_len = 1; in spl_romapi_load_image_stream()
/u-boot/tools/
A Dimagetool.h82 int bl_len; /* Block length in byte for external data */ member
A Dfit_image.c452 align_size = params->bl_len ? params->bl_len : 4; in fit_extract_data()
A Dmkimage.c180 params.bl_len = strtoull(optarg, &ptr, 16); in process_args()
/u-boot/include/
A Dspl.h223 int bl_len; member
/u-boot/arch/arm/mach-sunxi/
A Dspl_spi_sunxi.c342 load.bl_len = 1; in spl_spi_load_image()
/u-boot/drivers/usb/gadget/
A Df_sdp.c845 load.bl_len = 1; in sdp_handle_in_ep()
857 load.bl_len = 1; in sdp_handle_in_ep()

Completed in 42 milliseconds