Home
last modified time | relevance | path

Searched refs:od_shift (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/clk/ingenic/
Dcgu.h50 u8 od_shift, od_bits, od_max; member
Djz4770-cgu.c111 .od_shift = 16,
133 .od_shift = 16,
Djz4725b-cgu.c63 .od_shift = 16,
Djz4740-cgu.c78 .od_shift = 16,
Dcgu.c94 od_enc = ctl >> pll_info->od_shift; in ingenic_pll_recalc_rate()
194 ctl &= ~(GENMASK(pll_info->od_bits - 1, 0) << pll_info->od_shift); in ingenic_pll_set_rate()
195 ctl |= pll_info->od_encoding[od - 1] << pll_info->od_shift; in ingenic_pll_set_rate()
Djz4780-cgu.c230 .od_shift = 9, \