Searched refs:nr_plls (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/drivers/clk/visconti/ |
H A D | pll.c | 298 unsigned int nr_plls, in visconti_register_plls() 303 for (idx = 0; idx < nr_plls; idx++, list++) { in visconti_register_plls() 323 unsigned long nr_plls) in visconti_init_pll() 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() 296 visconti_register_plls(struct visconti_pll_provider *ctx, const struct visconti_pll_info *list, unsigned int nr_plls, spinlock_t *lock) visconti_register_plls() argument 321 visconti_init_pll(struct device_node *np, void __iomem *base, unsigned long nr_plls) visconti_init_pll() argument
|
H A D | pll.h | 58 unsigned long nr_plls); 61 unsigned int nr_plls, spinlock_t *lock);
|
/kernel/linux/linux-5.10/drivers/clk/samsung/ |
H A D | clk-exynos5410.c | 63 nr_plls /* number of PLLs */ enumerator 239 static struct samsung_pll_clock exynos5410_plls[nr_plls] __initdata = {
|
H A D | clk-exynos4.c | 147 nr_plls /* number of PLLs */ enumerator 1146 static struct samsung_pll_clock exynos4210_plls[nr_plls] __initdata = { 1157 static struct samsung_pll_clock exynos4x12_plls[nr_plls] __initdata = {
|
H A D | clk-exynos5250.c | 106 nr_plls /* number of PLLs */ enumerator 732 static struct samsung_pll_clock exynos5250_plls[nr_plls] __initdata = {
|
H A D | clk-exynos5420.c | 152 nr_plls /* number of PLLs */ enumerator 1461 static struct samsung_pll_clock exynos5x_plls[nr_plls] __initdata = {
|
/kernel/linux/linux-6.6/drivers/clk/samsung/ |
H A D | clk-exynos5410.c | 66 nr_plls /* number of PLLs */ enumerator 242 static struct samsung_pll_clock exynos5410_plls[nr_plls] __initdata = {
|
H A D | clk-exynos4.c | 151 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 = {
|
H A D | clk-exynos5250.c | 109 nr_plls /* number of PLLs */ enumerator 735 static struct samsung_pll_clock exynos5250_plls[nr_plls] __initdata = {
|
H A D | clk-exynos5420.c | 155 nr_plls /* number of PLLs */ enumerator 1464 static struct samsung_pll_clock exynos5x_plls[nr_plls] __initdata = {
|
Completed in 13 milliseconds