Home
last modified time | relevance | path

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

/linux/drivers/staging/media/atomisp/pci/runtime/debug/src/
H A Dia_css_debug.c681 int sp_index = state->index; in ia_css_debug_print_sp_debug_state()
685 if (sp_index < last_index) { in ia_css_debug_print_sp_debug_state()
699 if ((last_index + SH_CSS_SP_DBG_TRACE_DEPTH) < sp_index) { in ia_css_debug_print_sp_debug_state()
702 last_index = sp_index - SH_CSS_SP_DBG_TRACE_DEPTH; in ia_css_debug_print_sp_debug_state()
705 for (n = last_index; n < sp_index; n++) { in ia_css_debug_print_sp_debug_state()
710 "copy-trace: frame=%d, line=%d, pixel_distance=%d, mipi_used_dword=%d, sp_index=%d\n", in ia_css_debug_print_sp_debug_state()
715 state->trace[i].sp_index); in ia_css_debug_print_sp_debug_state()
719 last_index = sp_index; in ia_css_debug_print_sp_debug_state()