Home
last modified time | relevance | path

Searched refs:ofnode_read_u32 (Results 1 – 25 of 25) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/ram/rockchip/
H A Drockchip_dmc.c653 ret |= ofnode_read_u32(np_to_ofnode(np_tim), in of_get_rk3328_timings()
658 ret |= ofnode_read_u32(np_to_ofnode(np_tim), in of_get_rk3328_timings()
662 ret |= ofnode_read_u32(np_to_ofnode(np_tim), in of_get_rk3328_timings()
666 ret |= ofnode_read_u32(np_to_ofnode(np_tim), in of_get_rk3328_timings()
707 ret |= ofnode_read_u32(np_to_ofnode(np_tim), px30_dts_timing[i], in of_get_px30_timings()
711 ret |= ofnode_read_u32(np_to_ofnode(np_tim), in of_get_px30_timings()
715 ret |= ofnode_read_u32(np_to_ofnode(np_tim), in of_get_px30_timings()
719 ret |= ofnode_read_u32(np_to_ofnode(np_tim), in of_get_px30_timings()
/OK3568_Linux_fs/u-boot/include/dm/
H A Dofnode.h229 int ofnode_read_u32(ofnode node, const char *propname, u32 *outp);
242 return ofnode_read_u32(node, propname, (u32 *)out_value); in ofnode_read_s32()
/OK3568_Linux_fs/u-boot/drivers/input/
H A Drockchip_ir.c79 ret = ofnode_read_u32(node, "rockchip,usercode", &val); in ir_parse_keys()
266 ret = ofnode_read_u32(node, "rockchip,usercode", &val); in rockchip_ir_ofdata_to_platdata()
/OK3568_Linux_fs/u-boot/drivers/firmware/scmi/
H A Dscmi_agent-uclass.c70 if (ofnode_read_u32(node, "reg", &protocol_id)) in scmi_bind_protocols()
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_display.c1345 if (ofnode_read_u32(port, "reg", &reg)) in rockchip_of_graph_get_port_by_id()
1383 if (ofnode_read_u32(ep, "reg", &reg)) in rockchip_of_graph_get_endpoint_by_regs()
1406 if (ofnode_read_u32(np_to_ofnode(ep_node), "remote-endpoint", &phandle)) in rockchip_of_graph_get_remote_node()
1532 if (ofnode_read_u32(endpoint, "remote-endpoint", &phandle)) in rockchip_of_find_connector_device()
1634 if (ofnode_read_u32(endpoint, "remote-endpoint", &phandle)) in rockchip_get_display_path_status()
1686 ofnode_read_u32(np_to_ofnode(ep_node), "remote-endpoint", &phandle); in rockchip_display_fixup_dts()
1698 ofnode_read_u32(conn_ep, "remote-endpoint", &phandle); in rockchip_display_fixup_dts()
1845 if (ofnode_read_u32(node, "force-bus-format", &s->force_bus_format)) in rockchip_display_probe()
H A Drockchip_vop2.c2507 ret = ofnode_read_u32(cstate->node, "esmart_lb_mode", &vop2->esmart_lb_mode); in vop2_global_initial()
/OK3568_Linux_fs/u-boot/drivers/core/
H A Dofnode.c19 int ofnode_read_u32(ofnode node, const char *propname, u32 *outp) in ofnode_read_u32() function
46 ofnode_read_u32(node, propname, &def); in ofnode_read_u32_default()
54 ofnode_read_u32(node, propname, (u32 *)&def); in ofnode_read_s32_default()
H A Dofnode.su
/OK3568_Linux_fs/u-boot/drivers/timer/
H A Drockchip_timer.c75 if (ofnode_read_u32(node, "clock-frequency", &rate)) { in timer_get_boot_us()
/OK3568_Linux_fs/u-boot/spl/drivers/core/
H A Dofnode.su
/OK3568_Linux_fs/u-boot/drivers/power/dvfs/
H A Drockchip_wtemp_dvfs.c322 if (!ofnode_read_u32(node, e->supply_name, &phandle)) { in __wtemp_common_ofdata_to_platdata()
343 if (!ofnode_read_u32(node, "operating-points-v2", &phandle)) { in __wtemp_common_ofdata_to_platdata()
/OK3568_Linux_fs/u-boot/board/st/stm32mp1/
H A Dstm32mp1.c180 ret = ofnode_read_u32(node, "reg", &chip_addr); in stusb1600_init()
/OK3568_Linux_fs/u-boot/drivers/phy/
H A Dphy-rockchip-naneng-usb2.c436 if (ofnode_read_u32(dev_ofnode(dev), "reg", &reg)) { in rockchip_usb2phy_probe()
H A Dphy-rockchip-inno-usb3.c472 ofnode_read_u32(np_to_ofnode(child_np), in rk3328_u3phy_tuning()
H A Dphy-rockchip-inno-usb2.c623 ret = ofnode_read_u32(dev_ofnode(dev), "reg", &reg); in rockchip_usb2phy_probe()
/OK3568_Linux_fs/u-boot/drivers/power/io-domain/
H A Drockchip-io-domain.c590 if (!ofnode_read_u32(node, sname, &phandle)) { in of_get_regulator()
/OK3568_Linux_fs/u-boot/drivers/power/regulator/
H A Dregulator-uclass.c449 if (ofnode_read_u32(node, "regulator-suspend-microvolt", &uc_pdata->suspend_uV)) in regulator_pre_probe()
/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpcie_dw_rockchip.c731 ret = ofnode_read_u32(dev->node, "max-link-speed", &max_link_speed); in rockchip_pcie_parse_dt()
/OK3568_Linux_fs/u-boot/doc/driver-model/
H A Dlivetree.txt121 freq = ofnode_read_u32(node, "spi-max-frequency", 500000);
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/brcmnand/
H A Dbrcmnand.c2123 ret = ofnode_read_u32(nand_get_flash_node(chip), in brcmnand_setup_dev()
/OK3568_Linux_fs/u-boot/spl/
H A Du-boot-spl.sym
H A Du-boot-spl.map
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.sym
H A Du-boot.map