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.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 Djz4770-cgu.c111 .n_shift = 18,
135 .n_shift = 18,
H A Dcgu.h57 u8 n_shift, n_bits, n_offset; member
H A Djz4740-cgu.c78 .n_shift = 18,
H A Djz4725b-cgu.c63 .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 Djz4755-cgu.c60 .n_shift = 18,
H A Djz4780-cgu.c279 .n_shift = 13, \