1 // SPDX-License-Identifier: GPL-2.0 2 /* 3 * Support for Intel Camera Imaging ISP subsystem. 4 * Copyright (c) 2015, Intel Corporation. 5 */ 6 7 #include <type_support.h> 8 #include "system_global.h" 9 #include "ibuf_ctrl_global.h" 10 11 const u32 N_IBUF_CTRL_PROCS[N_IBUF_CTRL_ID] = { 12 8, /* IBUF_CTRL0_ID supports at most 8 processes */ 13 4, /* IBUF_CTRL1_ID supports at most 4 processes */ 14 4 /* IBUF_CTRL2_ID supports at most 4 processes */ 15 }; 16