Searched refs:CSS_ALIGN (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/staging/media/atomisp/pci/ |
H A D | ia_css_acc_types.h | 101 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); 286 CSS_ALIGN(s32 num_vf_formats, 8); /** number of supported vf formats */ 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); 372 CSS_ALIGN(u32 type, 8); [all …]
|
H A D | sh_css_internal.h | 696 CSS_ALIGN(u64 cookie_ptr, 8); /* TODO: check if this alignment is needed */
|
/linux/drivers/staging/media/atomisp/pci/runtime/isp_param/interface/ |
H A D | ia_css_isp_param_types.h | 73 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);
|
/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/ |
H A D | platform_support.h | 32 #define CSS_ALIGN(d, a) d __attribute__((aligned(a))) macro
|