comparison src/cs/riviera/rvf/rvf_pool_size.h @ 298:b1935a9ee04e

BUZM SWE hooked into RiViera
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 29 Mar 2022 04:12:50 +0000
parents e5cfd6362158
children
comparison
equal deleted inserted replaced
297:8dfdf88d632f 298:b1935a9ee04e
150 #else 150 #else
151 #define RVF_AUDIO_BGD_POOL_SIZE (0) 151 #define RVF_AUDIO_BGD_POOL_SIZE (0)
152 #endif 152 #endif
153 153
154 /* 154 /*
155 * BUZM SWE
156 */
157 #ifdef RVM_BUZM_SWE
158 #include "buzm/buzm_pool_size.h"
159 #define RVF_BUZM_POOL_SIZE (BUZM_POOL_SIZE)
160 #else
161 #define RVF_BUZM_POOL_SIZE (0)
162 #endif
163
164 /*
155 * VIBR SWE 165 * VIBR SWE
156 */ 166 */
157 #ifdef RVM_VIBR_SWE 167 #ifdef RVM_VIBR_SWE
158 #include "vibr/vibr_pool_size.h" 168 #include "vibr/vibr_pool_size.h"
159 #define RVF_VIBR_POOL_SIZE (VIBR_POOL_SIZE) 169 #define RVF_VIBR_POOL_SIZE (VIBR_POOL_SIZE)
756 RVF_KPD_POOL_SIZE + RVF_KPG_POOL_SIZE + RVF_KZP_POOL_SIZE + \ 766 RVF_KPD_POOL_SIZE + RVF_KPG_POOL_SIZE + RVF_KZP_POOL_SIZE + \
757 RVF_LLS_POOL_SIZE + RVF_MKS_POOL_SIZE + RVF_TTY_POOL_SIZE + \ 767 RVF_LLS_POOL_SIZE + RVF_MKS_POOL_SIZE + RVF_TTY_POOL_SIZE + \
758 RVF_MPM_POOL_SIZE + RVF_PWR_POOL_SIZE + RVF_LCC_POOL_SIZE + \ 768 RVF_MPM_POOL_SIZE + RVF_PWR_POOL_SIZE + RVF_LCC_POOL_SIZE + \
759 RVF_FCHG_POOL_SIZE + RVF_FCBM_POOL_SIZE + \ 769 RVF_FCHG_POOL_SIZE + RVF_FCBM_POOL_SIZE + \
760 RVF_R2D_POOL_SIZE + RVF_MMS_POOL_SIZE + \ 770 RVF_R2D_POOL_SIZE + RVF_MMS_POOL_SIZE + \
761 RVF_VIBR_POOL_SIZE + \ 771 RVF_BUZM_POOL_SIZE + RVF_VIBR_POOL_SIZE + \
762 RVF_RGUI_POOL_SIZE + RVF_RNET_POOL_SIZE + RVF_RNET_BR_POOL_SIZE + \ 772 RVF_RGUI_POOL_SIZE + RVF_RNET_POOL_SIZE + RVF_RNET_BR_POOL_SIZE + \
763 RVF_MDC_POOL_SIZE + RVF_RNET_RT_POOL_SIZE + RVF_RNET_WS_POOL_SIZE + \ 773 RVF_MDC_POOL_SIZE + RVF_RNET_RT_POOL_SIZE + RVF_RNET_WS_POOL_SIZE + \
764 RVF_RTC_POOL_SIZE + RVF_RTEST_POOL_SIZE + RVF_RVM_POOL_SIZE + \ 774 RVF_RTC_POOL_SIZE + RVF_RTEST_POOL_SIZE + RVF_RVM_POOL_SIZE + \
765 RVF_SPI_POOL_SIZE + RVF_TI_PRF_POOL_SIZE + RVF_TRACE_POOL_SIZE + \ 775 RVF_SPI_POOL_SIZE + RVF_TI_PRF_POOL_SIZE + RVF_TRACE_POOL_SIZE + \
766 RVF_TUT_POOL_SIZE + RVF_UVM_POOL_SIZE + RVF_JTM_POOL_SIZE + \ 776 RVF_TUT_POOL_SIZE + RVF_UVM_POOL_SIZE + RVF_JTM_POOL_SIZE + \