Searched refs:store_sp_array_uint (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/staging/media/atomisp/pci/ |
D | sh_css_sp.c | 1397 store_sp_array_uint(host_sp_com, offset, host2sp_command); in sh_css_write_host2sp_command() 1458 store_sp_array_uint(host_sp_com, offset, frame ? frame->data : 0); in sh_css_update_host2sp_offline_frame() 1465 store_sp_array_uint(host_sp_com, offset, metadata ? metadata->address : 0); in sh_css_update_host2sp_offline_frame() 1490 store_sp_array_uint(host_sp_com, offset, in sh_css_update_host2sp_mipi_frame() 1514 store_sp_array_uint(host_sp_com, o, in sh_css_update_host2sp_mipi_metadata() 1530 store_sp_array_uint(host_sp_com, offset, num_frames); in sh_css_update_host2sp_num_mipi_frames() 1554 store_sp_array_uint(host_sp_com, offset_extra, extra_num_frames); in sh_css_update_host2sp_cont_num_raw_frames() 1560 store_sp_array_uint(host_sp_com, offset, num_frames); in sh_css_update_host2sp_cont_num_raw_frames()
|
D | sh_css.c | 8666 store_sp_array_uint(host_sp_com, o, host2sp_cmd_ready);
|
/Linux-v5.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
|