Searched refs:DBR_BLOCK_SIZE (Results 1 – 1 of 1) sorted by relevance
45 #define DBR_BLOCK_SIZE (DBR_SIZE / 32 / DBR_MAP_SIZE) macro92 if (size <= (DBR_BLOCK_SIZE << i)) in dbr_get_mask_size()115 u32 const blocks = DIV_ROUND_UP(size, DBR_BLOCK_SIZE); in alloc_dbr()121 return block_idx * DBR_BLOCK_SIZE; in alloc_dbr()134 int block_idx = offs / DBR_BLOCK_SIZE; in free_dbr()135 u32 const blocks = DIV_ROUND_UP(size, DBR_BLOCK_SIZE); in free_dbr()764 ch->dbr_size = ROUND_UP_TO(hw_buffer_size, DBR_BLOCK_SIZE); in init_ctrl_async()