Home
last modified time | relevance | path

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

/linux/drivers/clk/ingenic/
H A Dx1830-cgu.c121 .n_shift = 14,
144 .n_shift = 14,
167 .n_shift = 14,
190 .n_shift = 14,
H A Dx1000-cgu.c227 .n_shift = 18,
250 .n_shift = 18,
370 .n_shift = 0,
H A Djz4760-cgu.c101 .n_shift = 18,
126 .n_shift = 18,
H A Djz4770-cgu.c111 .n_shift = 18,
135 .n_shift = 18,
H A Djz4725b-cgu.c63 .n_shift = 18,
H A Djz4740-cgu.c78 .n_shift = 18,
H A Dcgu.c97 n = (ctl >> pll_info->n_shift) & GENMASK(pll_info->n_bits - 1, 0); in ingenic_pll_recalc_rate()
227 ctl &= ~(GENMASK(pll_info->n_bits - 1, 0) << pll_info->n_shift); in ingenic_pll_set_rate()
228 ctl |= (n - pll_info->n_offset) << pll_info->n_shift; in ingenic_pll_set_rate()
H A Djz4755-cgu.c60 .n_shift = 18,
H A Djz4780-cgu.c279 .n_shift = 13, \
/linux/drivers/gpu/drm/omapdrm/
H A Domap_gem.c399 const int n_shift = priv->usergart[fmt].height_shift; in omap_gem_fault_2d() local
416 base_pgoff = round_down(pgoff, m << n_shift); in omap_gem_fault_2d()
433 base_pgoff = (base_pgoff >> n_shift) * slots; in omap_gem_fault_2d()
440 slots = min(slots - (off << n_shift), n); in omap_gem_fault_2d()
441 base_pgoff += off << n_shift; in omap_gem_fault_2d()