Searched defs:clkid (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/mach-tegra/ |
| H A D | clock.c | 72 static struct clk_pll *get_pll(enum clock_id clkid) in get_pll() 85 __weak struct clk_pll_simple *clock_get_simple_pll(enum clock_id clkid) in clock_get_simple_pll() 90 int clock_ll_read_pll(enum clock_id clkid, u32 *divm, u32 *divn, in clock_ll_read_pll() 114 unsigned long clock_start_pll(enum clock_id clkid, u32 divm, u32 divn, in clock_start_pll() 264 int clock_set_pllout(enum clock_id clkid, enum pll_out_id pllout, unsigned rate) in clock_set_pllout() 489 void clock_enable(enum periph_id clkid) in clock_enable() 494 void clock_disable(enum periph_id clkid) in clock_disable() 533 unsigned clock_get_rate(enum clock_id clkid) in clock_get_rate() 589 int clock_set_rate(enum clock_id clkid, u32 n, u32 m, u32 p, u32 cpcon) in clock_set_rate()
|
| /rk3399_rockchip-uboot/drivers/clk/renesas/ |
| H A D | clk-rcar-gen3.c | 690 const unsigned long clkid = clk->id & 0xffff; in gen3_clk_get_mod() local 710 const unsigned long clkid = clk->id & 0xffff; in gen3_clk_get_core() local 758 const unsigned long clkid = clk->id & 0xffff; in gen3_clk_endisable() local
|
| /rk3399_rockchip-uboot/arch/arm/mach-tegra/tegra124/ |
| H A D | clock.c | 1150 struct clk_pll_simple *clock_get_simple_pll(enum clock_id clkid) in clock_get_simple_pll()
|