Home
last modified time | relevance | path

Searched refs:CSS_ALIGN (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Dia_css_acc_types.h101 CSS_ALIGN(const void *code,
103 CSS_ALIGN(const void *data,
209 CSS_ALIGN(u32 id, 8); /* IA_CSS_BINARY_ID_* */
283 CSS_ALIGN(s32 num_output_formats, 8);
292 CSS_ALIGN(const struct ia_css_blob_descr *blob, 8);
293 CSS_ALIGN(u32 blob_index, 8);
294 CSS_ALIGN(union ia_css_all_memory_offsets mem_offsets, 8);
295 CSS_ALIGN(struct ia_css_binary_xinfo *next, 8);
376 CSS_ALIGN(u32 type, 8);
383 CSS_ALIGN(const u8 *isp_code, 8); /** ISP pointer to code */
[all …]
H A Dsh_css_internal.h714 CSS_ALIGN(u64 cookie_ptr, 8); /* TODO: check if this alignment is needed */
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/isp_param/interface/
H A Dia_css_isp_param_types.h73 CSS_ALIGN(struct ia_css_memory_offsets *param, 8);
74 CSS_ALIGN(struct ia_css_config_memory_offsets *config, 8);
75 CSS_ALIGN(struct ia_css_state_memory_offsets *state, 8);
78 CSS_ALIGN(void *ptr, 8);
/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/
H A Dplatform_support.h32 #define CSS_ALIGN(d, a) d __attribute__((aligned(a))) macro