Searched refs:n_shift (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/fs/reiserfs/ |
D | do_balan.c | 772 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-v4.19/drivers/clk/ingenic/ |
D | cgu.h | 57 u8 n_shift, n_bits, n_offset; member
|
D | jz4770-cgu.c | 106 .n_shift = 18, 128 .n_shift = 18,
|
D | cgu.c | 100 n = (ctl >> pll_info->n_shift) & GENMASK(pll_info->n_bits - 1, 0); in ingenic_pll_recalc_rate() 200 ctl &= ~(GENMASK(pll_info->n_bits - 1, 0) << pll_info->n_shift); in ingenic_pll_set_rate() 201 ctl |= (n - pll_info->n_offset) << pll_info->n_shift; in ingenic_pll_set_rate()
|
D | jz4740-cgu.c | 75 .n_shift = 18,
|
D | jz4780-cgu.c | 234 .n_shift = 13, \
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/ |
D | omap_gem.c | 401 const int n_shift = priv->usergart[fmt].height_shift; in omap_gem_fault_2d() local 418 base_pgoff = round_down(pgoff, m << n_shift); in omap_gem_fault_2d() 435 base_pgoff = (base_pgoff >> n_shift) * slots; in omap_gem_fault_2d() 442 slots = min(slots - (off << n_shift), n); in omap_gem_fault_2d() 443 base_pgoff += off << n_shift; in omap_gem_fault_2d()
|