Home
last modified time | relevance | path

Searched refs:n_shift (Results 1 – 11 of 11) 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.c226 .n_shift = 18,
249 .n_shift = 18,
369 .n_shift = 0,
H A Djz4760-cgu.c101 .n_shift = 18,
126 .n_shift = 18,
H A Dcgu.h27 * @n_shift: the number of bits to shift the divider value by (ie. the
57 u8 n_shift, n_bits, n_offset; member
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 Djz4755-cgu.c60 .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()
225 ctl &= ~(GENMASK(pll_info->n_bits - 1, 0) << pll_info->n_shift); in ingenic_pll_set_rate()
226 ctl |= (n - pll_info->n_offset) << pll_info->n_shift; in ingenic_pll_set_rate()
H A Djz4780-cgu.c279 .n_shift = 13, \
/linux/drivers/gpu/drm/omapdrm/
H A Domap_gem.c397 const int n_shift = priv->usergart[fmt].height_shift; in omap_gem_fault_2d() local
414 base_pgoff = round_down(pgoff, m << n_shift); in omap_gem_fault_2d()
431 base_pgoff = (base_pgoff >> n_shift) * slots; in omap_gem_fault_2d()
438 slots = min(slots - (off << n_shift), n); in omap_gem_fault_2d()
439 base_pgoff += off << n_shift; in omap_gem_fault_2d()