Searched refs:of_write_prop (Results 1 - 4 of 4) sorted by relevance

/u-boot/arch/arm/mach-snapdragon/
H A Dof_fixup.c45 ret = of_write_prop(glue_np, "qcom,select-utmi-as-pipe-clk", 0, NULL);
82 ret = of_write_prop(dwc3, "phys", sizeof(*phandles), phandles + hsphy_idx);
89 ret = of_write_prop(dwc3, "phy-names", strlen("usb2-phy"), "usb2-phy");
95 ret = of_write_prop(dwc3, "maximum-speed", strlen("high-speed"), "high-speed");
/u-boot/include/dm/
H A Dof_access.h574 * of_write_prop() - Write a property to the device tree
582 int of_write_prop(struct device_node *np, const char *propname, int len,
/u-boot/drivers/core/
H A Dof_access.c938 int of_write_prop(struct device_node *np, const char *propname, int len, function
H A Dofnode.c1620 ret = of_write_prop(ofnode_to_np(node), propname, len, value);

Completed in 122 milliseconds