Searched refs:log_block_height (Results 1 – 1 of 1) sorted by relevance
240 uint32_t log_block_height; in nouveau_get_height_in_blocks() local249 log_block_height = log_block_height_in_gobs + log_gob_height; in nouveau_get_height_in_blocks()251 return (height + (1 << log_block_height) - 1) >> log_block_height; in nouveau_get_height_in_blocks()