Searched refs:clk_count (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/mips/cavium-octeon/ |
| H A D | csrc-octeon.c | 86 u64 clk_count = cvmx_read_csr(clk_reg); in octeon_init_cvmcount() local 88 clk_count *= rdiv; in octeon_init_cvmcount() 92 : [cnt] "+r" (clk_count) in octeon_init_cvmcount() 97 write_c0_cvmcount(clk_count); in octeon_init_cvmcount()
|
| /linux/drivers/clk/ |
| H A D | clk-eyeq.c | 345 unsigned int i, clk_count; in eqc_probe() local 369 clk_count = data->pll_count + data->div_count + in eqc_probe() 371 cells = kzalloc_flex(*cells, hws, clk_count); in eqc_probe() 375 cells->num = clk_count; in eqc_probe() 378 for (i = 0; i < clk_count; i++) in eqc_probe() 767 unsigned int i, clk_count; in eqc_early_init() local 771 clk_count = early_data->early_pll_count + early_data->early_fixed_factor_count + in eqc_early_init() 773 cells = kzalloc_flex(*cells, hws, clk_count); in eqc_early_init() 779 cells->num = clk_count; in eqc_early_init() 788 for (i = 0; i < clk_count; i++) in eqc_early_init()
|
| /linux/drivers/video/fbdev/ |
| H A D | simplefb.c | 79 unsigned int clk_count; member 248 par->clk_count = of_clk_get_parent_count(np); in simplefb_clocks_get() 249 if (!par->clk_count) in simplefb_clocks_get() 252 par->clks = kzalloc_objs(struct clk *, par->clk_count); in simplefb_clocks_get() 256 for (i = 0; i < par->clk_count; i++) { in simplefb_clocks_get() 281 for (i = 0; i < par->clk_count; i++) { in simplefb_clocks_enable() 303 for (i = 0; i < par->clk_count; i++) { in simplefb_clocks_destroy()
|
| /linux/drivers/opp/ |
| H A D | opp.h | 237 int clk_count; member
|
| H A D | of.c | 734 if (opp_table->clk_count != count) { in _read_rate() 735 pr_err("%s: Count mismatch between opp-hz and clk_count (%d %d)\n", in _read_rate() 736 __func__, count, opp_table->clk_count); in _read_rate()
|
| /linux/drivers/tty/serial/8250/ |
| H A D | 8250_mtk.c | 72 unsigned int clk_count; 546 data->clk_count = 0; in mtk8250_probe() 71 unsigned int clk_count; global() member
|