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

/u-boot/include/dm/
H A Dof_access.h286 * of_read_u16() - Find and read a 16-bit integer from a property
299 int of_read_u16(const struct device_node *np, const char *propname, u16 *outp);
/u-boot/drivers/core/
H A Dof_access.c508 int of_read_u16(const struct device_node *np, const char *propname, u16 *outp) function
H A Dofnode.c352 return of_read_u16(ofnode_to_np(node), propname, outp);

Completed in 104 milliseconds