Home
last modified time | relevance | path

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

/linux/drivers/clk/
H A Dclk-conf.c98 rc = of_property_read_u64_array(node, in __set_clk_rates()
/linux/arch/powerpc/platforms/powernv/
H A Dopal-imc.c107 if (of_property_read_u64_array(node, "base-addr", base_addr_arr, in imc_get_mem_addr_nest()
H A Dopal.c800 rc = of_property_read_u64_array(np, prop_name, &vals[0], 2); in opal_add_one_export()
/linux/drivers/opp/
H A Dof.c739 ret = of_property_read_u64_array(np, "opp-hz", rates, count); in _read_rate()
/linux/include/linux/
H A Dof.h1398 static inline int of_property_read_u64_array(const struct device_node *np, in of_property_read_u64_array() function