Home
last modified time | relevance | path

Searched refs:n_shift (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/fs/reiserfs/
Ddo_balan.c772 int n_shift, n_rem, r_zeroes_number, version; in balance_leaf_paste_right_shift() local
789 n_shift = tb->rbytes - tb->insert_size[0]; in balance_leaf_paste_right_shift()
790 if (n_shift < 0) in balance_leaf_paste_right_shift()
791 n_shift = 0; in balance_leaf_paste_right_shift()
798 leaf_shift_right(tb, tb->rnum[0], n_shift); in balance_leaf_paste_right_shift()
834 leaf_paste_in_buffer(&bi, 0, n_shift, tb->insert_size[0] - n_rem, in balance_leaf_paste_right_shift()
1084 int n_shift, n_rem, r_zeroes_number, shift; in balance_leaf_new_nodes_paste_shift() local
1107 n_shift = tb->sbytes[i] - tb->insert_size[0]; in balance_leaf_new_nodes_paste_shift()
1108 if (n_shift < 0) in balance_leaf_new_nodes_paste_shift()
1109 n_shift = 0; in balance_leaf_new_nodes_paste_shift()
[all …]
/linux-4.4.14/drivers/clk/ingenic/
Dcgu.h56 u8 n_shift, n_bits, n_offset; member
Dcgu.c99 n = (ctl >> pll_info->n_shift) & GENMASK(pll_info->n_bits - 1, 0); in ingenic_pll_recalc_rate()
198 ctl &= ~(GENMASK(pll_info->n_bits - 1, 0) << pll_info->n_shift); in ingenic_pll_set_rate()
199 ctl |= (n - pll_info->n_offset) << pll_info->n_shift; in ingenic_pll_set_rate()
Djz4740-cgu.c75 .n_shift = 18,
Djz4780-cgu.c234 .n_shift = 13, \
/linux-4.4.14/drivers/gpu/drm/omapdrm/
Domap_gem.c410 const int n_shift = usergart[fmt].height_shift; in fault_2d() local
428 base_pgoff = round_down(pgoff, m << n_shift); in fault_2d()
445 base_pgoff = (base_pgoff >> n_shift) * slots; in fault_2d()
452 slots = min(slots - (off << n_shift), n); in fault_2d()
453 base_pgoff += off << n_shift; in fault_2d()