Searched refs:DBR_BLOCK_SIZE (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/staging/most/dim2/
H A Dhal.c46 #define DBR_BLOCK_SIZE (DBR_SIZE / 32 / DBR_MAP_SIZE) macro
93 if (size <= (DBR_BLOCK_SIZE << i))
116 u32 const blocks = DIV_ROUND_UP(size, DBR_BLOCK_SIZE);
122 return block_idx * DBR_BLOCK_SIZE;
135 int block_idx = offs / DBR_BLOCK_SIZE;
136 u32 const blocks = DIV_ROUND_UP(size, DBR_BLOCK_SIZE);
761 ch->dbr_size = ROUND_UP_TO(hw_buffer_size, DBR_BLOCK_SIZE);

Completed in 232 milliseconds