Searched refs:N_CSI_PORTS (Results 1 – 9 of 9) sorted by relevance
49 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];
46 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];
25 ref_count_mipi_allocation[N_CSI_PORTS]; /* Initialized in mipi_init */184 for (i = 0; i < N_CSI_PORTS; i++) in mipi_init()320 if (port >= N_CSI_PORTS) { in allocate_mipi_frames()431 if (port >= N_CSI_PORTS) { in free_mipi_frames()472 for (port = 0; port < N_CSI_PORTS; port++) { in free_mipi_frames()512 if (port >= N_CSI_PORTS) { in send_mipi_frames()
372 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)756 ia_css_ptr host2sp_mipi_frames[N_CSI_PORTS][NUM_MIPI_FRAMES_PER_STREAM];757 ia_css_ptr host2sp_mipi_metadata[N_CSI_PORTS][NUM_MIPI_FRAMES_PER_STREAM];758 u32 host2sp_num_mipi_frames[N_CSI_PORTS];769 (N_CSI_PORTS * NUM_MIPI_FRAMES_PER_STREAM * SIZE_OF_HRT_VADDRESS * 2) + \770 ((3 + N_CSI_PORTS) * sizeof(uint32_t)) + \
10 #define N_CSI_PORTS (3) macro
8 #define N_CSI_PORTS (3) macro
1413 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()
4278 OP___assert(port < N_CSI_PORTS); in sh_css_get_mipi_sizes_for_check()7445 for (i = 0; i < N_CSI_PORTS; i++) { in sh_css_init_host_sp_control_vars()
390 for (i = 0; i < N_CSI_PORTS; i++) { in input_system_configuration_reset()
Completed in 32 milliseconds