Searched refs:get_pll (Results 1 – 4 of 4) sorted by relevance
72 static struct clk_pll *get_pll(enum clock_id clkid) in get_pll() function93 struct clk_pll *pll = get_pll(clkid); in clock_ll_read_pll()123 pll = get_pll(clkid); in clock_start_pll()266 struct clk_pll *pll = get_pll(clkid); in clock_set_pllout()547 pll = get_pll(clkid); in clock_get_rate()595 pll = get_pll(clkid); in clock_set_rate()675 struct clk_pll *pll = get_pll(CLOCK_ID_PERIPH); in clock_verify()
320 void (*get_pll) (const struct fb_info *info, union aty_pll * pll); member
647 .get_pll = aty_get_pll_ct,
2485 if (par->pll_ops->get_pll) in aty_init()2486 par->pll_ops->get_pll(info, &par->saved_pll); in aty_init()