Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/bestcomm/
H A Dbestcomm.c186 memset_io(var, 0x00, BCOM_VAR_SIZE); in bcom_load_image()
283 var_size = BCOM_MAX_TASKS * (BCOM_VAR_SIZE + BCOM_INC_SIZE); in bcom_engine_init()
320 var_pa += BCOM_VAR_SIZE + BCOM_INC_SIZE; in bcom_engine_init()
/openbmc/linux/include/linux/fsl/bestcomm/
H A Dbestcomm_priv.h42 #define BCOM_VAR_SIZE (BCOM_MAX_VAR * sizeof(u32)) macro