Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/clk/
Dclk-versaclock5.c192 struct vc5_hw_data clk_fod[VC5_MAX_FOD_NUM]; member
958 vc5->clk_fod[n].num = idx; in vc5_probe()
959 vc5->clk_fod[n].vc5 = vc5; in vc5_probe()
960 vc5->clk_fod[n].hw.init = &init; in vc5_probe()
961 ret = devm_clk_hw_register(&client->dev, &vc5->clk_fod[n].hw); in vc5_probe()
987 parent_names[0] = clk_hw_get_name(&vc5->clk_fod[idx].hw); in vc5_probe()