Home
last modified time | relevance | path

Searched refs:of_read_u32 (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/include/dm/
H A Dof_access.h260 int of_read_u32(const struct device_node *np, const char *propname, u32 *outp);
/rk3399_rockchip-uboot/drivers/core/
H A Dof_access.c465 int of_read_u32(const struct device_node *np, const char *propname, u32 *outp) in of_read_u32() function
662 if (of_read_u32(node, cells_name, &count)) { in __of_parse_phandle_with_args()
H A Dofnode.c25 return of_read_u32(ofnode_to_np(node), propname, outp); in ofnode_read_u32()
/rk3399_rockchip-uboot/doc/driver-model/
H A Dlivetree.txt143 directly, such as of_read_u32(). Use ofnode functions instead, to allow your