Home
last modified time | relevance | path

Searched refs:get_pll (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/arch/arm/mach-tegra/
H A Dclock.c71 static struct clk_pll *get_pll(enum clock_id clkid) in get_pll() function
92 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()
/openbmc/qemu/tests/qtest/
H A Dnpcm7xx_pwm-test.c282 static uint32_t get_pll(uint32_t con) in get_pll() function
300 freq = get_pll(pllcon); in read_pclk()
304 freq = get_pll(pllcon); in read_pclk()
/openbmc/linux/drivers/video/fbdev/aty/
H A Datyfb.h319 void (*get_pll) (const struct fb_info *info, union aty_pll * pll); member
H A Dmach64_ct.c648 .get_pll = aty_get_pll_ct,
H A Datyfb_base.c2490 if (par->pll_ops->get_pll) in aty_init()
2491 par->pll_ops->get_pll(info, &par->saved_pll); in aty_init()