Home
last modified time | relevance | path

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

/openbmc/linux/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)) in dbr_get_mask_size()
116 u32 const blocks = DIV_ROUND_UP(size, DBR_BLOCK_SIZE); in alloc_dbr()
122 return block_idx * DBR_BLOCK_SIZE; in alloc_dbr()
135 int block_idx = offs / DBR_BLOCK_SIZE; in free_dbr()
136 u32 const blocks = DIV_ROUND_UP(size, DBR_BLOCK_SIZE); in free_dbr()
761 ch->dbr_size = ROUND_UP_TO(hw_buffer_size, DBR_BLOCK_SIZE); in init_ctrl_async()