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/
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];
A Dsh_css_mipi.c34 ref_count_mipi_allocation[N_CSI_PORTS]; /* Initialized in mipi_init */
49 max_ports = N_CSI_PORTS; in ia_css_mipi_is_source_port_valid()
243 OP___assert(port < N_CSI_PORTS); in ia_css_mipi_frame_enable_check_on_size()
264 for (i = 0; i < N_CSI_PORTS; i++) in mipi_init()
431 assert(port < N_CSI_PORTS); in allocate_mipi_frames()
433 if (port >= N_CSI_PORTS || err) { in allocate_mipi_frames()
560 assert(port < N_CSI_PORTS); in free_mipi_frames()
562 if (port >= N_CSI_PORTS || err) { in free_mipi_frames()
617 for (port = CSI_PORT0_ID; port < N_CSI_PORTS; port++) { in free_mipi_frames()
671 assert(port < N_CSI_PORTS); in send_mipi_frames()
[all …]
A Dsh_css_internal.h401 u32 mipi_sizes_for_check[N_CSI_PORTS][IA_CSS_MIPI_SIZE_CHECK_MAX_NOF_ENTRIES_PER_PORT];
714 #define IA_CSS_NUM_ELEMS_SP2HOST_ISYS_EVENT_QUEUE (2 * N_CSI_PORTS)
718 #define IA_CSS_NUM_ELEMS_HOST2SP_ISYS_EVENT_QUEUE (2 * N_CSI_PORTS)
823 ia_css_ptr host2sp_mipi_frames[N_CSI_PORTS][NUM_MIPI_FRAMES_PER_STREAM];
824 ia_css_ptr host2sp_mipi_metadata[N_CSI_PORTS][NUM_MIPI_FRAMES_PER_STREAM];
825 u32 host2sp_num_mipi_frames[N_CSI_PORTS];
836 (N_CSI_PORTS * NUM_MIPI_FRAMES_PER_STREAM * SIZE_OF_HRT_VADDRESS * 2) + \
837 ((3 + N_CSI_PORTS) * sizeof(uint32_t)) + \
A Disp2400_input_system_local.h126 csi_cfg_t csi_value[N_CSI_PORTS];
127 input_system_config_flags_t csi_flags[N_CSI_PORTS];
131 isp2400_ib_buffer_t csi_buffer[N_CSI_PORTS];
132 input_system_config_flags_t csi_buffer_flags[N_CSI_PORTS];
138 input_system_connection_t multicast[N_CSI_PORTS];
A Disp2400_input_system_global.h19 #define N_CSI_PORTS (3) macro
A Disp2401_input_system_global.h17 #define N_CSI_PORTS (3) macro
A Dsh_css_sp.c1467 assert(frame_num < (N_CSI_PORTS * NUM_MIPI_FRAMES_PER_STREAM)); in sh_css_update_host2sp_mipi_frame()
1493 assert(frame_num < (N_CSI_PORTS * NUM_MIPI_FRAMES_PER_STREAM)); in sh_css_update_host2sp_mipi_metadata()
A Dsh_css.c5075 OP___assert(port < N_CSI_PORTS); in sh_css_get_mipi_sizes_for_check()
8542 for (i = 0; i < N_CSI_PORTS; i++) {
/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
A Dinput_system.c844 for (i = 0; i < N_CSI_PORTS; i++) { in input_system_configuration_reset()

Completed in 34 milliseconds