Searched refs:of_read_u32 (Results 1 - 2 of 2) sorted by relevance

/u-boot/include/dm/
H A Dof_access.h302 * of_read_u32() - Find and read a 32-bit integer from a property
315 int of_read_u32(const struct device_node *np, const char *propname, u32 *outp);
/u-boot/drivers/core/
H A Dof_access.c527 int of_read_u32(const struct device_node *np, const char *propname, u32 *outp) function
718 if (of_read_u32(node, cells_name, &count)) {

Completed in 92 milliseconds