Searched refs:total_bits (Results 1 – 2 of 2) sorted by relevance
527 u64 pixel_clock, total_bits; in mtk_dsi_poweron() local561 total_bits = htotal_bits + overhead_bits; in mtk_dsi_poweron()563 dsi->data_rate = DIV_ROUND_UP_ULL(pixel_clock * total_bits, in mtk_dsi_poweron()
1277 unsigned int total_bits, in ocfs2_block_group_find_clear_bits() argument1292 while((offset = ocfs2_find_next_zero_bit(bitmap, total_bits, start)) != -1) { in ocfs2_block_group_find_clear_bits()1293 if (offset == total_bits) in ocfs2_block_group_find_clear_bits()