Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/mediatek/
Dmtk_dsi.c533 u64 pixel_clock, total_bits; in mtk_dsi_poweron() local
567 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()
/Linux-v4.19/fs/ocfs2/
Dsuballoc.c1291 unsigned int total_bits, in ocfs2_block_group_find_clear_bits() argument
1306 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()