Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dof.h328 extern int of_property_read_variable_u64_array(const struct device_node *np,
677 static inline int of_property_read_variable_u64_array(const struct device_node *np, in of_property_read_variable_u64_array() function
1286 int ret = of_property_read_variable_u64_array(np, propname, out_values, in of_property_read_u64_array()
/linux-6.1.9/drivers/of/
Dproperty.c393 int of_property_read_variable_u64_array(const struct device_node *np, in of_property_read_variable_u64_array() function
419 EXPORT_SYMBOL_GPL(of_property_read_variable_u64_array);
/linux-6.1.9/drivers/pci/controller/
Dpcie-brcmstb.c803 ret = of_property_read_variable_u64_array(pcie->np, "brcm,scb-sizes", pcie->memc_size, 1, in brcm_pcie_get_rc_bar2_size_and_offset()