Searched defs:clkid (Results 1 – 8 of 8) sorted by relevance
| /u-boot/drivers/clk/renesas/ |
| A D | renesas-cpg-mssr.c | 74 const unsigned long clkid = clk->id & 0xffff; in renesas_clk_get_mod() local 92 const unsigned long clkid = clk->id & 0xffff; in renesas_clk_get_core() local 137 const unsigned long clkid = clk->id & 0xffff; in renesas_clk_endisable() local
|
| /u-boot/drivers/video/nexell/ |
| A D | s5pxx18_dp_lvds.c | 30 int clkid = DP_CLOCK_LVDS; in lvds_init() local 48 int clkid = DP_CLOCK_LVDS; in lvds_enable() local 59 int clkid = DP_CLOCK_LVDS; in lvds_setup() local
|
| A D | s5pxx18_dp_mipi.c | 96 int clkid = DP_CLOCK_MIPI; in mipi_init() local 264 int clkid = DP_CLOCK_MIPI; in mipi_enable() local
|
| /u-boot/arch/arm/mach-tegra/ |
| A D | clock.c | 74 static struct clk_pll *get_pll(enum clock_id clkid) in get_pll() 87 __weak struct clk_pll_simple *clock_get_simple_pll(enum clock_id clkid) in clock_get_simple_pll() 92 int clock_ll_read_pll(enum clock_id clkid, u32 *divm, u32 *divn, in clock_ll_read_pll() 116 unsigned long clock_start_pll(enum clock_id clkid, u32 divm, u32 divn, in clock_start_pll() 266 int clock_set_pllout(enum clock_id clkid, enum pll_out_id pllout, unsigned rate) in clock_set_pllout() 492 void clock_enable(enum periph_id clkid) in clock_enable() 497 void clock_disable(enum periph_id clkid) in clock_disable() 536 unsigned clock_get_rate(enum clock_id clkid) in clock_get_rate() 592 int clock_set_rate(enum clock_id clkid, u32 n, u32 m, u32 p, u32 cpcon) in clock_set_rate()
|
| /u-boot/test/dm/ |
| A D | clk_ccf.c | 27 int clkid, i; in dm_test_clk_ccf() local
|
| /u-boot/drivers/spi/ |
| A D | mxs_spi.c | 398 int clkid = priv->clk_id - MXS_SSP_IMX28_CLKID_SSP0; in mxs_spi_set_speed() local 400 int clkid = priv->clk_id - MXS_SSP_IMX23_CLKID_SSP0; in mxs_spi_set_speed() local
|
| /u-boot/drivers/mmc/ |
| A D | mxsmmc.c | 69 int clkid; member 574 int ret, clkid; local
|
| /u-boot/arch/arm/mach-tegra/tegra124/ |
| A D | clock.c | 1152 struct clk_pll_simple *clock_get_simple_pll(enum clock_id clkid) in clock_get_simple_pll()
|
Completed in 26 milliseconds