Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/clk/meson/
Dc3-peripherals.c2306 static struct meson_clk_hw_data c3_periphs_clks = { variable
2330 for (clkid = 0; clkid < c3_periphs_clks.num; clkid++) { in c3_peripherals_probe()
2332 if (!c3_periphs_clks.hws[clkid]) in c3_peripherals_probe()
2335 ret = devm_clk_hw_register(dev, c3_periphs_clks.hws[clkid]); in c3_peripherals_probe()
2343 &c3_periphs_clks); in c3_peripherals_probe()