Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/clk/
Dclk-versaclock5.c196 struct vc5_hw_data clk_fod[VC5_MAX_FOD_NUM]; member
1065 vc5->clk_fod[n].num = idx; in vc5_probe()
1066 vc5->clk_fod[n].vc5 = vc5; in vc5_probe()
1067 vc5->clk_fod[n].hw.init = &init; in vc5_probe()
1068 ret = devm_clk_hw_register(&client->dev, &vc5->clk_fod[n].hw); in vc5_probe()
1094 parent_names[0] = clk_hw_get_name(&vc5->clk_fod[idx].hw); in vc5_probe()