Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/mediatek/
Dmtk_dsi.c527 u64 pixel_clock, total_bits; in mtk_dsi_poweron() local
561 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()
/Linux-v5.4/fs/ocfs2/
Dsuballoc.c1277 unsigned int total_bits, in ocfs2_block_group_find_clear_bits() argument
1292 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()