Searched refs:section_size (Results 1 – 6 of 6) sorted by relevance
47 && toc->section_size != 0xffffffff) { in omapimage_verify_header()50 size = cpu_to_be32(toc->section_size); in omapimage_verify_header()53 size = toc->section_size; in omapimage_verify_header()96 && toc->section_size != 0xffffffff) { in omapimage_print_header()99 size = cpu_to_be32(toc->section_size); in omapimage_print_header()102 size = toc->section_size; in omapimage_print_header()112 toc->section_size); in omapimage_print_header()135 toc->section_size = sizeof(struct ch_settings); in omapimage_set_header()
14 uint32_t section_size; member
130 uint32_t section_size; member
1423 offset += shdr->section_size; in sb_fixup_sections_and_tags()1426 shdr->section_size--; in sb_fixup_sections_and_tags()1434 ccmd->tag.section_length = shdr->section_size; in sb_fixup_sections_and_tags()1581 ictx->sect_tail->payload.section_size = in sb_parse_line()1994 sctx->size = (shdr->section_size * SB_BLOCK_SIZE) + in sb_verify_sections_cmds()
905 u32 get_dmm_section_size_map(u32 section_size) in get_dmm_section_size_map() argument918 section_size >>= 24; /* divide by 16 MB */ in get_dmm_section_size_map()919 return log_2_n_round_down(section_size); in get_dmm_section_size_map()
2458 section_size = ent.size2501 self.assertEqual(len(data), 0x100 + section_size)2502 self.assertEqual(section_size, 0x400 + dtb_size)2583 section_size = entries['section'].size2599 ' section 100 %x section 100' % section_size,
Completed in 22 milliseconds