Searched refs:BCOM_VAR_SIZE (Results 1 – 2 of 2) sorted by relevance
191 memset_io(var, 0x00, BCOM_VAR_SIZE); in bcom_load_image()288 var_size = BCOM_MAX_TASKS * (BCOM_VAR_SIZE + BCOM_INC_SIZE); in bcom_engine_init()325 var_pa += BCOM_VAR_SIZE + BCOM_INC_SIZE; in bcom_engine_init()
42 #define BCOM_VAR_SIZE (BCOM_MAX_VAR * sizeof(u32)) macro