Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/most/hdm-dim2/
Ddim2_hal.c62 #define DBR_BLOCK_SIZE (DBR_SIZE / 32 / DBR_MAP_SIZE) macro
100 if (size <= (DBR_BLOCK_SIZE << i)) in dbr_get_mask_size()
123 u32 const blocks = (size + DBR_BLOCK_SIZE - 1) / DBR_BLOCK_SIZE; in alloc_dbr()
129 return block_idx * DBR_BLOCK_SIZE; in alloc_dbr()
142 int block_idx = offs / DBR_BLOCK_SIZE; in free_dbr()
143 u32 const blocks = (size + DBR_BLOCK_SIZE - 1) / DBR_BLOCK_SIZE; in free_dbr()