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

/linux-4.1.27/drivers/clk/berlin/
H A Dberlin2-avpll.c42 #define AVPLL_CTRL(x) ((x) * 0x4) macro
44 #define VCO_CTRL0 AVPLL_CTRL(0)
83 #define VCO_CTRL1 AVPLL_CTRL(1)
100 #define VCO_FREQOFFSETn(x) AVPLL_CTRL(3 + (x))
102 #define VCO_CTRL10 AVPLL_CTRL(10)
104 #define VCO_CTRL11 AVPLL_CTRL(11)
105 #define VCO_CTRL12 AVPLL_CTRL(12)
106 #define VCO_CTRL13 AVPLL_CTRL(13)
107 #define VCO_CTRL14 AVPLL_CTRL(14)
108 #define VCO_CTRL15 AVPLL_CTRL(15)
109 #define VCO_SYNC1n(x) AVPLL_CTRL(15 + (x))
111 #define VCO_SYNC2n(x) AVPLL_CTRL(23 + (x))
113 #define VCO_CTRL30 AVPLL_CTRL(30)

Completed in 59 milliseconds