Lines Matching refs:clk

50 static int da850_set_armrate(struct clk *clk, unsigned long rate);
51 static int da850_round_armrate(struct clk *clk, unsigned long rate);
52 static int da850_set_pll0rate(struct clk *clk, unsigned long armrate);
60 static struct clk ref_clk = {
66 static struct clk pll0_clk = {
74 static struct clk pll0_aux_clk = {
80 static struct clk pll0_sysclk1 = {
87 static struct clk pll0_sysclk2 = {
94 static struct clk pll0_sysclk3 = {
103 static struct clk pll0_sysclk4 = {
110 static struct clk pll0_sysclk5 = {
117 static struct clk pll0_sysclk6 = {
124 static struct clk pll0_sysclk7 = {
137 static struct clk pll1_clk = {
144 static struct clk pll1_aux_clk = {
150 static struct clk pll1_sysclk2 = {
157 static struct clk pll1_sysclk3 = {
164 static struct clk i2c0_clk = {
169 static struct clk timerp64_0_clk = {
174 static struct clk timerp64_1_clk = {
179 static struct clk arm_rom_clk = {
186 static struct clk tpcc0_clk = {
193 static struct clk tptc0_clk = {
200 static struct clk tptc1_clk = {
207 static struct clk tpcc1_clk = {
215 static struct clk tptc2_clk = {
223 static struct clk pruss_clk = {
229 static struct clk uart0_clk = {
235 static struct clk uart1_clk = {
243 static struct clk uart2_clk = {
251 static struct clk aintc_clk = {
258 static struct clk gpio_clk = {
265 static struct clk i2c1_clk = {
272 static struct clk emif3_clk = {
280 static struct clk arm_clk = {
289 static struct clk rmii_clk = {
294 static struct clk emac_clk = {
301 static struct clk mcasp_clk = {
309 static struct clk lcdc_clk = {
316 static struct clk mmcsd0_clk = {
322 static struct clk mmcsd1_clk = {
329 static struct clk aemif_clk = {
336 static struct clk usb11_clk = {
343 static struct clk usb20_clk = {
350 static struct clk spi0_clk = {
356 static struct clk spi1_clk = {
364 static struct clk vpif_clk = {
371 static struct clk sata_clk = {
379 static struct clk dsp_clk = {
387 static struct clk ehrpwm_clk = {
397 static void ehrpwm_tblck_enable(struct clk *clk) in ehrpwm_tblck_enable() argument
406 static void ehrpwm_tblck_disable(struct clk *clk) in ehrpwm_tblck_disable() argument
415 static struct clk ehrpwm_tbclk = {
422 static struct clk ecap_clk = {
914 struct clk *clk, *newparent = pllnum ? &pll1_sysclk2 : &pll0_sysclk2; in da850_set_async3_src() local
919 for (c = da850_clks; c->clk; c++) { in da850_set_async3_src()
920 clk = c->clk; in da850_set_async3_src()
921 if (clk->flags & DA850_CLK_ASYNC3) { in da850_set_async3_src()
922 ret = clk_set_parent(clk, newparent); in da850_set_async3_src()
924 clk->name); in da850_set_async3_src()
1094 static int da850_round_armrate(struct clk *clk, unsigned long rate) in da850_round_armrate() argument
1117 static int da850_set_armrate(struct clk *clk, unsigned long index) in da850_set_armrate() argument
1119 struct clk *pllclk = &pll0_clk; in da850_set_armrate()
1124 static int da850_set_pll0rate(struct clk *clk, unsigned long index) in da850_set_pll0rate() argument
1128 struct pll_data *pll = clk->pll_data; in da850_set_pll0rate()
1148 static int da850_set_armrate(struct clk *clk, unsigned long rate) in da850_set_armrate() argument
1153 static int da850_set_pll0rate(struct clk *clk, unsigned long armrate) in da850_set_pll0rate() argument
1158 static int da850_round_armrate(struct clk *clk, unsigned long rate) in da850_round_armrate() argument
1160 return clk->rate; in da850_round_armrate()