Home
last modified time | relevance | path

Searched refs:section_size (Results 1 – 9 of 9) sorted by relevance

/rk3399_rockchip-uboot/tools/
H A Domapimage.c46 && toc->section_size != 0xffffffff) { in omapimage_verify_header()
49 size = cpu_to_be32(toc->section_size); in omapimage_verify_header()
52 size = toc->section_size; in omapimage_verify_header()
95 && toc->section_size != 0xffffffff) { in omapimage_print_header()
98 size = cpu_to_be32(toc->section_size); in omapimage_print_header()
101 size = toc->section_size; in omapimage_print_header()
111 toc->section_size); in omapimage_print_header()
134 toc->section_size = sizeof(struct ch_settings); in omapimage_set_header()
H A Domapimage.h15 uint32_t section_size; member
H A Dmxsimage.h131 uint32_t section_size; member
H A Dmxsimage.c1422 offset += shdr->section_size; in sb_fixup_sections_and_tags()
1425 shdr->section_size--; in sb_fixup_sections_and_tags()
1433 ccmd->tag.section_length = shdr->section_size; in sb_fixup_sections_and_tags()
1580 ictx->sect_tail->payload.section_size = in sb_parse_line()
1993 sctx->size = (shdr->section_size * SB_BLOCK_SIZE) + in sb_verify_sections_cmds()
/rk3399_rockchip-uboot/lib/optee_clientApi/
H A DOpteeClientRkFs_v1.c770 static int rkss_get_empty_section_from_usedflags(int section_size) in rkss_get_empty_section_from_usedflags() argument
787 if (++count0 == section_size) in rkss_get_empty_section_from_usedflags()
788 return (i + 1 - section_size); in rkss_get_empty_section_from_usedflags()
H A DOpteeClientRkFs_v2.c490 unsigned int area_index, int section_size) in rkss_get_empty_section_from_usedflags() argument
508 if (++count0 == section_size) in rkss_get_empty_section_from_usedflags()
509 return (i + 1 - section_size); in rkss_get_empty_section_from_usedflags()
H A DOpteeClientRkNewFs_v1.c770 static int rkss_get_empty_section_from_usedflags(int section_size) in rkss_get_empty_section_from_usedflags() argument
790 if (++count0 == section_size) { in rkss_get_empty_section_from_usedflags()
791 return (i + 1 - section_size); in rkss_get_empty_section_from_usedflags()
H A DOpteeClientRkNewFs_v2.c498 unsigned int area_index, int section_size) in rkss_get_empty_section_from_usedflags() argument
516 if (++count0 == section_size) in rkss_get_empty_section_from_usedflags()
517 return (i + 1 - section_size); in rkss_get_empty_section_from_usedflags()
/rk3399_rockchip-uboot/arch/arm/mach-omap2/
H A Demif-common.c803 u32 get_dmm_section_size_map(u32 section_size) in get_dmm_section_size_map() argument
816 section_size >>= 24; /* divide by 16 MB */ in get_dmm_section_size_map()
817 return log_2_n_round_down(section_size); in get_dmm_section_size_map()