Searched refs:ofnode_read_u32_index (Results 1 – 4 of 4) sorted by relevance
/u-boot/drivers/core/ |
A D | ofnode.c | 23 return ofnode_read_u32_index(node, propname, 0, outp); in ofnode_read_u32() 29 ofnode_read_u32_index(node, propname, 0, &def); in ofnode_read_u32_default() 34 int ofnode_read_u32_index(ofnode node, const char *propname, int index, in ofnode_read_u32_index() function 69 ofnode_read_u32_index(node, propname, index, &def); in ofnode_read_u32_index_default()
|
A D | read.c | 30 return ofnode_read_u32_index(dev_ofnode(dev), propname, index, outp); in dev_read_u32_index()
|
/u-boot/include/dm/ |
A D | ofnode.h | 253 int ofnode_read_u32_index(ofnode node, const char *propname, int index,
|
A D | read.h | 730 return ofnode_read_u32_index(dev_ofnode(dev), propname, index, outp); in dev_read_u32_index()
|
Completed in 17 milliseconds