Searched refs:total_bits (Results 1 – 2 of 2) sorted by relevance
533 u64 pixel_clock, total_bits; in mtk_dsi_poweron() local567 total_bits = htotal_bits + overhead_bits; in mtk_dsi_poweron()569 dsi->data_rate = DIV_ROUND_UP_ULL(pixel_clock * total_bits, in mtk_dsi_poweron()
1291 unsigned int total_bits, in ocfs2_block_group_find_clear_bits() argument1306 while((offset = ocfs2_find_next_zero_bit(bitmap, total_bits, start)) != -1) { in ocfs2_block_group_find_clear_bits()1307 if (offset == total_bits) in ocfs2_block_group_find_clear_bits()