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