Searched refs:pll_od_to_reg (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/gpu/drm/meson/
H A Dmeson_vclk.c473 static inline unsigned int pll_od_to_reg(unsigned int od) function
588 3 << 16, pll_od_to_reg(od1) << 16);
592 3 << 21, pll_od_to_reg(od1) << 21);
595 3 << 16, pll_od_to_reg(od1) << 16);
599 3 << 22, pll_od_to_reg(od2) << 22);
603 3 << 23, pll_od_to_reg(od2) << 23);
606 3 << 18, pll_od_to_reg(od2) << 18);
610 3 << 18, pll_od_to_reg(od3) << 18);
614 3 << 19, pll_od_to_reg(od3) << 19);
617 3 << 20, pll_od_to_reg(od
[all...]

Completed in 170 milliseconds