| /OK3568_Linux_fs/u-boot/drivers/ram/rockchip/ |
| H A D | rockchip_dmc.c | 653 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 D | ofnode.h | 229 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 D | rockchip_ir.c | 79 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 D | scmi_agent-uclass.c | 70 if (ofnode_read_u32(node, "reg", &protocol_id)) in scmi_bind_protocols()
|
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | rockchip_display.c | 1345 if (ofnode_read_u32(port, "reg", ®)) in rockchip_of_graph_get_port_by_id() 1383 if (ofnode_read_u32(ep, "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 D | rockchip_vop2.c | 2507 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 D | ofnode.c | 19 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 D | ofnode.su | |
| /OK3568_Linux_fs/u-boot/drivers/timer/ |
| H A D | rockchip_timer.c | 75 if (ofnode_read_u32(node, "clock-frequency", &rate)) { in timer_get_boot_us()
|
| /OK3568_Linux_fs/u-boot/spl/drivers/core/ |
| H A D | ofnode.su | |
| /OK3568_Linux_fs/u-boot/drivers/power/dvfs/ |
| H A D | rockchip_wtemp_dvfs.c | 322 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 D | stm32mp1.c | 180 ret = ofnode_read_u32(node, "reg", &chip_addr); in stusb1600_init()
|
| /OK3568_Linux_fs/u-boot/drivers/phy/ |
| H A D | phy-rockchip-naneng-usb2.c | 436 if (ofnode_read_u32(dev_ofnode(dev), "reg", ®)) { in rockchip_usb2phy_probe()
|
| H A D | phy-rockchip-inno-usb3.c | 472 ofnode_read_u32(np_to_ofnode(child_np), in rk3328_u3phy_tuning()
|
| H A D | phy-rockchip-inno-usb2.c | 623 ret = ofnode_read_u32(dev_ofnode(dev), "reg", ®); in rockchip_usb2phy_probe()
|
| /OK3568_Linux_fs/u-boot/drivers/power/io-domain/ |
| H A D | rockchip-io-domain.c | 590 if (!ofnode_read_u32(node, sname, &phandle)) { in of_get_regulator()
|
| /OK3568_Linux_fs/u-boot/drivers/power/regulator/ |
| H A D | regulator-uclass.c | 449 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 D | pcie_dw_rockchip.c | 731 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 D | livetree.txt | 121 freq = ofnode_read_u32(node, "spi-max-frequency", 500000);
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/brcmnand/ |
| H A D | brcmnand.c | 2123 ret = ofnode_read_u32(nand_get_flash_node(chip), in brcmnand_setup_dev()
|
| /OK3568_Linux_fs/u-boot/spl/ |
| H A D | u-boot-spl.sym | |
| H A D | u-boot-spl.map | |
| /OK3568_Linux_fs/u-boot/ |
| H A D | System.map | |
| H A D | u-boot.sym | |
| H A D | u-boot.map | |