Home
last modified time | relevance | path

Searched refs:N_CSI_PORTS (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/drivers/staging/media/atomisp/pci/
H A Dsh_css_struct.h49 unsigned int num_mipi_frames[N_CSI_PORTS];
51 *mipi_frames[N_CSI_PORTS][NUM_MIPI_FRAMES_PER_STREAM];
53 *mipi_metadata[N_CSI_PORTS][NUM_MIPI_FRAMES_PER_STREAM];
55 mipi_sizes_for_check[N_CSI_PORTS][IA_CSS_MIPI_SIZE_CHECK_MAX_NOF_ENTRIES_PER_PORT];
56 unsigned int mipi_frame_size[N_CSI_PORTS];
H A Disp2400_input_system_local.h46 csi_cfg_t csi_value[N_CSI_PORTS];
47 input_system_config_flags_t csi_flags[N_CSI_PORTS];
51 isp2400_ib_buffer_t csi_buffer[N_CSI_PORTS];
52 input_system_config_flags_t csi_buffer_flags[N_CSI_PORTS];
58 input_system_connection_t multicast[N_CSI_PORTS];
H A Dsh_css_mipi.c25 ref_count_mipi_allocation[N_CSI_PORTS]; /* Initialized in mipi_init */
184 for (i = 0; i < N_CSI_PORTS; i++) in mipi_init()
192 for (i = 0; i < N_CSI_PORTS; i++) in mipi_is_free()
331 if (port >= N_CSI_PORTS) { in allocate_mipi_frames()
442 if (port >= N_CSI_PORTS) { in free_mipi_frames()
483 for (port = 0; port < N_CSI_PORTS; port++) { in free_mipi_frames()
523 if (port >= N_CSI_PORTS) { in send_mipi_frames()
H A Dsh_css_internal.h372 u32 mipi_sizes_for_check[N_CSI_PORTS][IA_CSS_MIPI_SIZE_CHECK_MAX_NOF_ENTRIES_PER_PORT];
655 #define IA_CSS_NUM_ELEMS_SP2HOST_ISYS_EVENT_QUEUE (2 * N_CSI_PORTS)
659 #define IA_CSS_NUM_ELEMS_HOST2SP_ISYS_EVENT_QUEUE (2 * N_CSI_PORTS)
758 ia_css_ptr host2sp_mipi_frames[N_CSI_PORTS][NUM_MIPI_FRAMES_PER_STREAM];
759 ia_css_ptr host2sp_mipi_metadata[N_CSI_PORTS][NUM_MIPI_FRAMES_PER_STREAM];
760 u32 host2sp_num_mipi_frames[N_CSI_PORTS];
771 (N_CSI_PORTS * NUM_MIPI_FRAMES_PER_STREAM * SIZE_OF_HRT_VADDRESS * 2) + \
772 ((3 + N_CSI_PORTS) * sizeof(uint32_t)) + \
H A Disp2400_input_system_global.h10 #define N_CSI_PORTS (3) macro
H A Disp2401_input_system_global.h8 #define N_CSI_PORTS (3) macro
H A Dsh_css_sp.c1413 assert(frame_num < (N_CSI_PORTS * NUM_MIPI_FRAMES_PER_STREAM)); in sh_css_update_host2sp_mipi_frame()
1439 assert(frame_num < (N_CSI_PORTS * NUM_MIPI_FRAMES_PER_STREAM)); in sh_css_update_host2sp_mipi_metadata()
H A Dsh_css.c4305 OP___assert(port < N_CSI_PORTS); in sh_css_get_mipi_sizes_for_check()
7472 for (i = 0; i < N_CSI_PORTS; i++) { in sh_css_init_host_sp_control_vars()
/linux-6.15/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Dinput_system.c390 for (i = 0; i < N_CSI_PORTS; i++) { in input_system_configuration_reset()