Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/misc/carma/
Dcarma-fpga.c451 #define REG_BLOCK_SIZE (32 * 4) macro
471 priv->corl_nents = (1 + NUM_FPGA) * REG_BLOCK_SIZE; in data_setup_corl_table()
486 sg_dma_len(sg) = REG_BLOCK_SIZE; in data_setup_corl_table()
492 sg_dma_len(sg) = REG_BLOCK_SIZE; in data_setup_corl_table()
549 priv->bufsize = (1 + NUM_FPGA) * REG_BLOCK_SIZE; in data_calculate_bufsize()
731 dst = sg_dma_address(dst_sg) + (NUM_FPGA * REG_BLOCK_SIZE); in data_submit_dma()
734 REG_BLOCK_SIZE, in data_submit_dma()