Home
last modified time | relevance | path

Searched refs:nr_plls (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.6/drivers/clk/visconti/
Dpll.c298 unsigned int nr_plls, in visconti_register_plls() argument
303 for (idx = 0; idx < nr_plls; idx++, list++) { in visconti_register_plls()
323 unsigned long nr_plls) in visconti_init_pll() argument
328 ctx = kzalloc(struct_size(ctx, clk_data.hws, nr_plls), GFP_KERNEL); in visconti_init_pll()
332 for (i = 0; i < nr_plls; ++i) in visconti_init_pll()
337 ctx->clk_data.num = nr_plls; in visconti_init_pll()
Dpll.h56 unsigned long nr_plls);
59 unsigned int nr_plls, spinlock_t *lock);
/Linux-v6.6/drivers/clk/samsung/
Dclk-exynos5410.c66 nr_plls /* number of PLLs */ enumerator
242 static struct samsung_pll_clock exynos5410_plls[nr_plls] __initdata = {
Dclk-exynos5250.c109 nr_plls /* number of PLLs */ enumerator
735 static struct samsung_pll_clock exynos5250_plls[nr_plls] __initdata = {
Dclk-exynos4.c151 nr_plls /* number of PLLs */ enumerator
1150 static struct samsung_pll_clock exynos4210_plls[nr_plls] __initdata = {
1161 static struct samsung_pll_clock exynos4x12_plls[nr_plls] __initdata = {
Dclk-exynos5420.c155 nr_plls /* number of PLLs */ enumerator
1464 static struct samsung_pll_clock exynos5x_plls[nr_plls] __initdata = {
/Linux-v6.6/Documentation/dev-tools/
Dcheckpatch.rst862 static struct __initdata samsung_pll_clock exynos4_plls[nr_plls] = {