Searched refs:toc (Results 1 - 2 of 2) sorted by relevance

/u-boot/tools/
H A Domapimage.c42 struct ch_toc *toc = (struct ch_toc *)ptr; local
46 while (toc->section_offset != 0xffffffff
47 && toc->section_size != 0xffffffff) {
49 offset = cpu_to_be32(toc->section_offset);
50 size = cpu_to_be32(toc->section_size);
52 offset = toc->section_offset;
53 size = toc->section_size;
60 toc++;
90 const struct ch_toc *toc = (struct ch_toc *)ptr; local
95 while (toc
129 struct ch_toc *toc = (struct ch_toc *)ptr; local
[all...]
/u-boot/drivers/smem/
H A Dmsm_smem.c129 * toc: array of references to items
138 struct smem_global_entry toc[SMEM_ITEM_COUNT]; member in struct:smem_header
401 entry = &header->toc[item];
476 entry = &header->toc[item];

Completed in 49 milliseconds