Searched refs:get_pll (Results 1 – 5 of 5) sorted by relevance
71 static struct clk_pll *get_pll(enum clock_id clkid) in get_pll() function92 struct clk_pll *pll = get_pll(clkid); in clock_ll_read_pll()122 pll = get_pll(clkid); in clock_start_pll()265 struct clk_pll *pll = get_pll(clkid); in clock_set_pllout()546 pll = get_pll(clkid); in clock_get_rate()594 pll = get_pll(clkid); in clock_set_rate()674 struct clk_pll *pll = get_pll(CLOCK_ID_PERIPH); in clock_verify()
282 static uint32_t get_pll(uint32_t con) in get_pll() function300 freq = get_pll(pllcon); in read_pclk()304 freq = get_pll(pllcon); in read_pclk()
319 void (*get_pll) (const struct fb_info *info, union aty_pll * pll); member
648 .get_pll = aty_get_pll_ct,
2490 if (par->pll_ops->get_pll) in aty_init()2491 par->pll_ops->get_pll(info, &par->saved_pll); in aty_init()