Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/clk/keystone/
Dsci-clk.c428 int max_clks = 0; in ti_sci_clk_probe() local
469 if (num_clks == max_clks) { in ti_sci_clk_probe()
470 tmp_clks = devm_kmalloc_array(dev, max_clks + 64, in ti_sci_clk_probe()
473 memcpy(tmp_clks, clks, max_clks * sizeof(sci_clk)); in ti_sci_clk_probe()
474 if (max_clks) in ti_sci_clk_probe()
476 max_clks += 64; in ti_sci_clk_probe()