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

/u-boot/include/dm/
H A Dof_access.h356 * of_read_u64() - Find and read a 64-bit integer from a property
369 int of_read_u64(const struct device_node *np, const char *propname, u64 *outp);
/u-boot/drivers/core/
H A Dof_access.c596 int of_read_u64(const struct device_node *np, const char *propname, u64 *outp) function
H A Dofnode.c474 return of_read_u64(ofnode_to_np(node), propname, outp);

Completed in 48 milliseconds