Searched refs:of_read_u64_index (Results 1 - 3 of 3) sorted by relevance

/u-boot/include/dm/
H A Dof_access.h337 * of_read_u64_index() - Find and read a 64-bit value from a multi-value
352 int of_read_u64_index(const struct device_node *np, const char *propname,
/u-boot/drivers/core/
H A Dof_access.c573 int of_read_u64_index(const struct device_node *np, const char *propname, function
598 return of_read_u64_index(np, propname, 0, outp);
H A Dofnode.c427 return of_read_u64_index(ofnode_to_np(node), propname, index,

Completed in 97 milliseconds