Home
last modified time | relevance | path

Searched refs:NUM_MIPI_FRAMES_PER_STREAM (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/staging/media/atomisp/pci/
Dsh_css_struct.h60 *mipi_frames[N_CSI_PORTS][NUM_MIPI_FRAMES_PER_STREAM];
62 *mipi_metadata[N_CSI_PORTS][NUM_MIPI_FRAMES_PER_STREAM];
Dsh_css_mipi.c417 my_css.num_mipi_frames[port] = NUM_MIPI_FRAMES_PER_STREAM; in allocate_mipi_frames()
609 sh_css_update_host2sp_mipi_frame(port * NUM_MIPI_FRAMES_PER_STREAM + i, in send_mipi_frames()
611 sh_css_update_host2sp_mipi_metadata(port * NUM_MIPI_FRAMES_PER_STREAM + i, in send_mipi_frames()
Dsh_css_internal.h80 #define NUM_MIPI_FRAMES_PER_STREAM 2 macro
791 ia_css_ptr host2sp_mipi_frames[N_CSI_PORTS][NUM_MIPI_FRAMES_PER_STREAM];
792 ia_css_ptr host2sp_mipi_metadata[N_CSI_PORTS][NUM_MIPI_FRAMES_PER_STREAM];
804 (N_CSI_PORTS * NUM_MIPI_FRAMES_PER_STREAM * SIZE_OF_HRT_VADDRESS * 2) + \
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()