Searched refs:dt_to_val (Results 1 – 1 of 1) sorted by relevance
142 const struct strtopu32 dt_to_val[] = { variable171 for (i = 0; i < ARRAY_SIZE(dt_to_val); i++) { in of_get_input_clks()174 ret = uclass_get_device_by_name(UCLASS_CLK, dt_to_val[i].str, in of_get_input_clks()183 *dt_to_val[i].p = clk_get_rate(&clk); in of_get_input_clks()
Completed in 4 milliseconds