Searched defs:ia_css_blob_info (Results 1 – 1 of 1) sorted by relevance
79 struct ia_css_blob_info { struct81 u32 offset; /** Blob offset in fw file */83 memory_offsets; /** offset wrt hdr in bytes */84 u32 prog_name_offset; /** offset wrt hdr in bytes */85 u32 size; /** Size of blob */86 u32 padding_size; /** total cummulative of bytes added due to section alignment */87 u32 icache_source; /** Position of icache in blob */88 u32 icache_size; /** Size of icache section */89 u32 icache_padding;/** bytes added due to icache section alignment */90 u32 text_source; /** Position of text in blob */[all …]