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

/u-boot/include/dm/
H A Dof_access.h270 * of_read_u8() - Find and read a 8-bit integer from a property
283 int of_read_u8(const struct device_node *np, const char *propname, u8 *outp);
/u-boot/drivers/core/
H A Dof_access.c489 int of_read_u8(const struct device_node *np, const char *propname, u8 *outp) function
H A Dofnode.c321 return of_read_u8(ofnode_to_np(node), propname, outp);

Completed in 99 milliseconds