Searched refs:NUM_MIPI_FRAMES_PER_STREAM (Results 1 – 4 of 4) sorted by relevance
51 *mipi_frames[N_CSI_PORTS][NUM_MIPI_FRAMES_PER_STREAM];53 *mipi_metadata[N_CSI_PORTS][NUM_MIPI_FRAMES_PER_STREAM];
349 my_css.num_mipi_frames[port] = NUM_MIPI_FRAMES_PER_STREAM; in allocate_mipi_frames()521 sh_css_update_host2sp_mipi_frame(port * NUM_MIPI_FRAMES_PER_STREAM + i, in send_mipi_frames()523 sh_css_update_host2sp_mipi_metadata(port * NUM_MIPI_FRAMES_PER_STREAM + i, in send_mipi_frames()
72 #define NUM_MIPI_FRAMES_PER_STREAM 2 macro756 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];769 (N_CSI_PORTS * NUM_MIPI_FRAMES_PER_STREAM * SIZE_OF_HRT_VADDRESS * 2) + \
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()
Completed in 13 milliseconds