Searched refs:store_sp_array_uint (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/staging/media/atomisp/pci/ |
D | sh_css_sp.c | 1363 store_sp_array_uint(host_sp_com, offset, host2sp_command); in sh_css_write_host2sp_command() 1425 store_sp_array_uint(host_sp_com, offset, frame ? frame->data : 0); in sh_css_update_host2sp_offline_frame() 1432 store_sp_array_uint(host_sp_com, offset, metadata ? metadata->address : 0); in sh_css_update_host2sp_offline_frame() 1457 store_sp_array_uint(host_sp_com, offset, in sh_css_update_host2sp_mipi_frame() 1481 store_sp_array_uint(host_sp_com, o, in sh_css_update_host2sp_mipi_metadata() 1497 store_sp_array_uint(host_sp_com, offset, num_frames); in sh_css_update_host2sp_num_mipi_frames() 1521 store_sp_array_uint(host_sp_com, offset_extra, extra_num_frames); in sh_css_update_host2sp_cont_num_raw_frames() 1527 store_sp_array_uint(host_sp_com, offset, num_frames); in sh_css_update_host2sp_cont_num_raw_frames()
|
D | sh_css.c | 8129 store_sp_array_uint(host_sp_com, o, host2sp_cmd_ready); in sh_css_init_host_sp_control_vars()
|
/linux-5.19.10/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/ |
D | sp_local.h | 87 #define store_sp_array_uint(array_name, index, value) \ macro
|