Home
last modified time | relevance | path

Searched defs:ia_css_blob_info (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/staging/media/atomisp/pci/
H A Dia_css_acc_types.h80 struct ia_css_blob_info { struct
82 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 …]