Home
last modified time | relevance | path

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

/components/drivers/clk/
A Dclk.c1194 struct rt_ofw_cell_args clk_args; in ofw_get_clk_no_lock() local
1196 if (!rt_ofw_parse_phandle_cells(np, "clocks", "#clock-cells", index, &clk_args)) in ofw_get_clk_no_lock()
1201 struct rt_ofw_node *clk_ofw_np = clk_args.data; in ofw_get_clk_no_lock()
1233 clk_np = &clk_np[clk_args.args[0]]; in ofw_get_clk_no_lock()
1236 clk = clk_create(clk_np, np->full_name, name, &clk_args, np); in ofw_get_clk_no_lock()

Completed in 4 milliseconds