Searched refs:of_read_u32 (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/include/dm/ |
D | of_access.h | 219 int of_read_u32(const struct device_node *np, const char *propname, u32 *outp);
|
/external/u-boot/drivers/core/ |
D | of_access.c | 422 int of_read_u32(const struct device_node *np, const char *propname, u32 *outp) in of_read_u32() function 573 if (of_read_u32(node, cells_name, &count)) { in __of_parse_phandle_with_args()
|
D | ofnode.c | 24 return of_read_u32(ofnode_to_np(node), propname, outp); in ofnode_read_u32()
|
/external/u-boot/doc/driver-model/ |
D | livetree.txt | 143 directly, such as of_read_u32(). Use ofnode functions instead, to allow your
|