Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/clk/ingenic/
Dx1830-cgu.c121 .n_shift = 14,
144 .n_shift = 14,
167 .n_shift = 14,
190 .n_shift = 14,
Djz4760-cgu.c103 .n_shift = 18,
128 .n_shift = 18,
Dcgu.h52 u8 n_shift, n_bits, n_offset; member
Djz4770-cgu.c111 .n_shift = 18,
135 .n_shift = 18,
Dx1000-cgu.c193 .n_shift = 18,
216 .n_shift = 18,
Djz4740-cgu.c78 .n_shift = 18,
Djz4725b-cgu.c63 .n_shift = 18,
Dcgu.c97 n = (ctl >> pll_info->n_shift) & GENMASK(pll_info->n_bits - 1, 0); in ingenic_pll_recalc_rate()
215 ctl &= ~(GENMASK(pll_info->n_bits - 1, 0) << pll_info->n_shift); in ingenic_pll_set_rate()
216 ctl |= (n - pll_info->n_offset) << pll_info->n_shift; in ingenic_pll_set_rate()
Djz4780-cgu.c279 .n_shift = 13, \
/linux-6.1.9/fs/reiserfs/
Ddo_balan.c763 int n_shift, n_rem, r_zeroes_number, version; in balance_leaf_paste_right_shift() local
780 n_shift = tb->rbytes - tb->insert_size[0]; in balance_leaf_paste_right_shift()
781 if (n_shift < 0) in balance_leaf_paste_right_shift()
782 n_shift = 0; in balance_leaf_paste_right_shift()
789 leaf_shift_right(tb, tb->rnum[0], n_shift); in balance_leaf_paste_right_shift()
825 leaf_paste_in_buffer(&bi, 0, n_shift, tb->insert_size[0] - n_rem, in balance_leaf_paste_right_shift()
1073 int n_shift, n_rem, r_zeroes_number, shift; in balance_leaf_new_nodes_paste_shift() local
1096 n_shift = tb->sbytes[i] - tb->insert_size[0]; in balance_leaf_new_nodes_paste_shift()
1097 if (n_shift < 0) in balance_leaf_new_nodes_paste_shift()
1098 n_shift = 0; in balance_leaf_new_nodes_paste_shift()
[all …]
/linux-6.1.9/drivers/gpu/drm/omapdrm/
Domap_gem.c392 const int n_shift = priv->usergart[fmt].height_shift; in omap_gem_fault_2d() local
409 base_pgoff = round_down(pgoff, m << n_shift); in omap_gem_fault_2d()
426 base_pgoff = (base_pgoff >> n_shift) * slots; in omap_gem_fault_2d()
433 slots = min(slots - (off << n_shift), n); in omap_gem_fault_2d()
434 base_pgoff += off << n_shift; in omap_gem_fault_2d()