Home
last modified time | relevance | path

Searched refs:store_sp_array_uint (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css_sp.c1337 store_sp_array_uint(host_sp_com, offset, host2sp_command); in sh_css_write_host2sp_command()
1399 store_sp_array_uint(host_sp_com, offset, frame ? frame->data : 0); in sh_css_update_host2sp_offline_frame()
1406 store_sp_array_uint(host_sp_com, offset, metadata ? metadata->address : 0); in sh_css_update_host2sp_offline_frame()
1431 store_sp_array_uint(host_sp_com, offset, in sh_css_update_host2sp_mipi_frame()
1455 store_sp_array_uint(host_sp_com, o, in sh_css_update_host2sp_mipi_metadata()
1471 store_sp_array_uint(host_sp_com, offset, num_frames); in sh_css_update_host2sp_num_mipi_frames()
1495 store_sp_array_uint(host_sp_com, offset_extra, extra_num_frames); in sh_css_update_host2sp_cont_num_raw_frames()
1501 store_sp_array_uint(host_sp_com, offset, num_frames); in sh_css_update_host2sp_cont_num_raw_frames()
H A Dsh_css.c7482 store_sp_array_uint(host_sp_com, o, host2sp_cmd_ready); in sh_css_init_host_sp_control_vars()
/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Dsp_local.h61 #define store_sp_array_uint(array_name, index, value) \ macro