Searched refs:of_property_read_variable_u64_array (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | of.h | 335 extern int of_property_read_variable_u64_array(const struct device_node *np, 698 static inline int of_property_read_variable_u64_array(const struct device_node *np, in of_property_read_variable_u64_array() function 1358 int ret = of_property_read_variable_u64_array(np, propname, out_values, in of_property_read_u64_array()
|
/openbmc/linux/drivers/of/ |
H A D | property.c | 393 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);
|
/openbmc/linux/drivers/pci/controller/ |
H A D | pcie-brcmstb.c | 801 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()
|
/openbmc/linux/drivers/gpu/drm/bridge/ |
H A D | ite-it6505.c | 3223 len = of_property_read_variable_u64_array(ep, in it6505_parse_dt()
|