Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Disp2401_input_system_local.h68 #define N_MIPI_COMPRESSOR_CONTEXT (N_RX_CHANNEL_ID * N_MIPI_FORMAT_CUSTOM)
H A Dinput_system_local.h73 u32 hsync_data_reg[N_RX_CHANNEL_ID * 2];
H A Disp2400_input_system_local.h208 #define N_MIPI_COMPRESSOR_CONTEXT (N_RX_CHANNEL_ID * N_MIPI_FORMAT_CUSTOM)
359 struct rx_channel_state_s rx_channel_state[N_RX_CHANNEL_ID];
H A Dsystem_global.h202 #define N_RX_CHANNEL_ID 4 macro
/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Dinput_system.c216 for (ch_id = 0U; ch_id < N_RX_CHANNEL_ID; ch_id++) { in receiver_get_state()
277 assert(ch_id < N_RX_CHANNEL_ID); in receiver_set_compression()
595 assert(ch_id < N_RX_CHANNEL_ID); in rx_channel_get_state()
750 for (addr_offset = 0; addr_offset < N_RX_CHANNEL_ID * 2; addr_offset++) { in input_switch_cfg()
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/debug/src/
H A Dia_css_debug.c1847 for (i = 0; i < N_RX_CHANNEL_ID; i++) { in debug_print_rx_state()