Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/staging/media/atomisp/pci/
Dia_css_acc_types.h71 struct ia_css_blob_info { struct
73 u32 offset; /** Blob offset in fw file */
75 memory_offsets; /** offset wrt hdr in bytes */
76 u32 prog_name_offset; /** offset wrt hdr in bytes */
77 u32 size; /** Size of blob */
78 u32 padding_size; /** total accumulation of bytes added due to section alignment */
79 u32 icache_source; /** Position of icache in blob */
80 u32 icache_size; /** Size of icache section */
81 u32 icache_padding;/** bytes added due to icache section alignment */
82 u32 text_source; /** Position of text in blob */
[all …]