Home
last modified time | relevance | path

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

/openbmc/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 Dsh_css_mipi.c34 ref_count_mipi_allocation[N_CSI_PORTS]; /* Initialized in mipi_init */
201 OP___assert(port < N_CSI_PORTS); in ia_css_mipi_frame_enable_check_on_size()
222 for (i = 0; i < N_CSI_PORTS; i++) in mipi_init()
230 for (i = 0; i < N_CSI_PORTS; i++) in mipi_is_free()
369 if (port >= N_CSI_PORTS) { in allocate_mipi_frames()
480 if (port >= N_CSI_PORTS) { in free_mipi_frames()
521 for (port = CSI_PORT0_ID; port < N_CSI_PORTS; port++) { in free_mipi_frames()
561 if (port >= N_CSI_PORTS) { in send_mipi_frames()
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_internal.h395 u32 mipi_sizes_for_check[N_CSI_PORTS][IA_CSS_MIPI_SIZE_CHECK_MAX_NOF_ENTRIES_PER_PORT];
682 #define IA_CSS_NUM_ELEMS_SP2HOST_ISYS_EVENT_QUEUE (2 * N_CSI_PORTS)
686 #define IA_CSS_NUM_ELEMS_HOST2SP_ISYS_EVENT_QUEUE (2 * N_CSI_PORTS)
781 ia_css_ptr host2sp_mipi_frames[N_CSI_PORTS][NUM_MIPI_FRAMES_PER_STREAM];
782 ia_css_ptr host2sp_mipi_metadata[N_CSI_PORTS][NUM_MIPI_FRAMES_PER_STREAM];
783 u32 host2sp_num_mipi_frames[N_CSI_PORTS];
794 (N_CSI_PORTS * NUM_MIPI_FRAMES_PER_STREAM * SIZE_OF_HRT_VADDRESS * 2) + \
795 ((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.c1448 assert(frame_num < (N_CSI_PORTS * NUM_MIPI_FRAMES_PER_STREAM)); in sh_css_update_host2sp_mipi_frame()
1474 assert(frame_num < (N_CSI_PORTS * NUM_MIPI_FRAMES_PER_STREAM)); in sh_css_update_host2sp_mipi_metadata()
H A Dsh_css.c4480 OP___assert(port < N_CSI_PORTS); in sh_css_get_mipi_sizes_for_check()
7685 for (i = 0; i < N_CSI_PORTS; i++) { in sh_css_init_host_sp_control_vars()
/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Dinput_system.c844 for (i = 0; i < N_CSI_PORTS; i++) { in input_system_configuration_reset()