Searched refs:store_sp_array_uint (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.15/drivers/staging/media/atomisp/pci/ | 
| D | sh_css_sp.c | 1382 	store_sp_array_uint(host_sp_com, offset, host2sp_command);  in sh_css_write_host2sp_command()1444 	store_sp_array_uint(host_sp_com, offset, frame ? frame->data : 0);  in sh_css_update_host2sp_offline_frame()
 1451 	store_sp_array_uint(host_sp_com, offset, metadata ? metadata->address : 0);  in sh_css_update_host2sp_offline_frame()
 1476 	store_sp_array_uint(host_sp_com, offset,  in sh_css_update_host2sp_mipi_frame()
 1500 	store_sp_array_uint(host_sp_com, o,  in sh_css_update_host2sp_mipi_metadata()
 1516 	store_sp_array_uint(host_sp_com, offset, num_frames);  in sh_css_update_host2sp_num_mipi_frames()
 1540 		store_sp_array_uint(host_sp_com, offset_extra, extra_num_frames);  in sh_css_update_host2sp_cont_num_raw_frames()
 1546 	store_sp_array_uint(host_sp_com, offset, num_frames);  in sh_css_update_host2sp_cont_num_raw_frames()
 
 | 
| D | sh_css.c | 8540 	store_sp_array_uint(host_sp_com, o, host2sp_cmd_ready);
 | 
| /Linux-v5.15/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
 |