Home
last modified time | relevance | path

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

/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css_struct.h58 unsigned int num_mipi_frames[N_CSI_PORTS];
60 *mipi_frames[N_CSI_PORTS][NUM_MIPI_FRAMES_PER_STREAM];
62 *mipi_metadata[N_CSI_PORTS][NUM_MIPI_FRAMES_PER_STREAM];
64 mipi_sizes_for_check[N_CSI_PORTS][IA_CSS_MIPI_SIZE_CHECK_MAX_NOF_ENTRIES_PER_PORT];
65 unsigned int mipi_frame_size[N_CSI_PORTS];
H A Disp2400_input_system_local.h55 csi_cfg_t csi_value[N_CSI_PORTS];
56 input_system_config_flags_t csi_flags[N_CSI_PORTS];
60 isp2400_ib_buffer_t csi_buffer[N_CSI_PORTS];
61 input_system_config_flags_t csi_buffer_flags[N_CSI_PORTS];
67 input_system_connection_t multicast[N_CSI_PORTS];
H A Dsh_css_mipi.c34 ref_count_mipi_allocation[N_CSI_PORTS]; /* Initialized in mipi_init */
193 for (i = 0; i < N_CSI_PORTS; i++) in mipi_init()
201 for (i = 0; i < N_CSI_PORTS; i++) in mipi_is_free()
340 if (port >= N_CSI_PORTS) { in allocate_mipi_frames()
451 if (port >= N_CSI_PORTS) { in free_mipi_frames()
492 for (port = 0; port < N_CSI_PORTS; port++) { in free_mipi_frames()
532 if (port >= N_CSI_PORTS) { in send_mipi_frames()
H A Dsh_css_internal.h381 u32 mipi_sizes_for_check[N_CSI_PORTS][IA_CSS_MIPI_SIZE_CHECK_MAX_NOF_ENTRIES_PER_PORT];
664 #define IA_CSS_NUM_ELEMS_SP2HOST_ISYS_EVENT_QUEUE (2 * N_CSI_PORTS)
668 #define IA_CSS_NUM_ELEMS_HOST2SP_ISYS_EVENT_QUEUE (2 * N_CSI_PORTS)
767 ia_css_ptr host2sp_mipi_frames[N_CSI_PORTS][NUM_MIPI_FRAMES_PER_STREAM];
768 ia_css_ptr host2sp_mipi_metadata[N_CSI_PORTS][NUM_MIPI_FRAMES_PER_STREAM];
769 u32 host2sp_num_mipi_frames[N_CSI_PORTS];
780 (N_CSI_PORTS * NUM_MIPI_FRAMES_PER_STREAM * SIZE_OF_HRT_VADDRESS * 2) + \
781 ((3 + N_CSI_PORTS) * sizeof(uint32_t)) + \
H A Disp2400_input_system_global.h19 #define N_CSI_PORTS (3) macro
H A Disp2401_input_system_global.h17 #define N_CSI_PORTS (3) macro
H A Dsh_css_sp.c1422 assert(frame_num < (N_CSI_PORTS * NUM_MIPI_FRAMES_PER_STREAM)); in sh_css_update_host2sp_mipi_frame()
1448 assert(frame_num < (N_CSI_PORTS * NUM_MIPI_FRAMES_PER_STREAM)); in sh_css_update_host2sp_mipi_metadata()
H A Dsh_css.c4314 OP___assert(port < N_CSI_PORTS); in sh_css_get_mipi_sizes_for_check()
7484 for (i = 0; i < N_CSI_PORTS; i++) { in sh_css_init_host_sp_control_vars()
/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Dinput_system.c399 for (i = 0; i < N_CSI_PORTS; i++) { in input_system_configuration_reset()