Home
last modified time | relevance | path

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

12

/third_party/uboot/u-boot-2020.01/lib/
Dbinman.c28 ret = ofnode_read_u32(node, "image-pos", &entry->image_pos); in binman_entry_find()
31 ret = ofnode_read_u32(node, "size", &entry->size); in binman_entry_find()
/third_party/uboot/u-boot-2020.01/drivers/pinctrl/broadcom/
Dpinctrl-bcm6838.c95 err = ofnode_read_u32(dev_ofnode(dev), "regmap", &phandle); in bcm6838_pinctrl_probe()
115 err = ofnode_read_u32(dev_ofnode(dev), "brcm,pins-count", in bcm6838_pinctrl_probe()
123 err = ofnode_read_u32(dev_ofnode(dev), "brcm,functions-count", in bcm6838_pinctrl_probe()
/third_party/uboot/u-boot-2020.01/arch/arm/mach-rockchip/
Dboard.c94 ret = ofnode_read_u32(node, "phys", &phandle); in board_usb_init()
111 ret = ofnode_read_u32(node, "reg", &offset); in board_usb_init()
/third_party/uboot/u-boot-2020.01/drivers/core/
Dof_extra.c17 if (ofnode_read_u32(node, "image-pos", &entry->offset)) { in ofnode_read_fmap_entry()
22 if (ofnode_read_u32(node, "size", &entry->length)) { in ofnode_read_fmap_entry()
Dread.c16 return ofnode_read_u32(dev_ofnode(dev), propname, outp); in dev_read_u32()
26 return ofnode_read_u32(dev_ofnode(dev), propname, (u32 *)outp); in dev_read_s32()
39 ret = ofnode_read_u32(dev_ofnode(dev), propname, &val); in dev_read_u32u()
Dsyscon-uclass.c106 err = ofnode_read_u32(dev_ofnode(dev), name, &phandle); in syscon_regmap_lookup_by_phandle()
Dofnode.c18 int ofnode_read_u32(ofnode node, const char *propname, u32 *outp) in ofnode_read_u32() function
45 ofnode_read_u32(node, propname, &def); in ofnode_read_u32_default()
53 ofnode_read_u32(node, propname, (u32 *)&def); in ofnode_read_s32_default()
/third_party/uboot/u-boot-2020.01/drivers/net/phy/
Ddp83867.c154 ret = ofnode_read_u32(node, "ti,clk-output-sel", in dp83867_of_init()
200 ret = ofnode_read_u32(node, "ti,rx-internal-delay", in dp83867_of_init()
216 ret = ofnode_read_u32(node, "ti,tx-internal-delay", in dp83867_of_init()
Daquantia.c351 if (!ofnode_read_u32(node, "mdi-reversal", &prop)) { in aquantia_dts_config()
361 if (!ofnode_read_u32(node, "smb-addr", &prop)) { in aquantia_dts_config()
/third_party/uboot/u-boot-2020.01/board/emulation/qemu-riscv/
Dqemu-riscv.c42 ret = ofnode_read_u32(chosen_node, "riscv,kernel-start", in board_late_init()
/third_party/uboot/u-boot-2020.01/include/dm/
Dofnode.h203 int ofnode_read_u32(ofnode node, const char *propname, u32 *outp);
216 return ofnode_read_u32(node, propname, (u32 *)out_value); in ofnode_read_s32()
Dread.h610 return ofnode_read_u32(dev_ofnode(dev), propname, outp); in dev_read_u32()
637 ret = ofnode_read_u32(dev_ofnode(dev), propname, &val); in dev_read_u32u()
/third_party/uboot/u-boot-2020.01/drivers/net/
Dmdio_mux_i2creg.c73 err = ofnode_read_u32(chip_node, "reg", &chip_addr); in mdio_mux_i2creg_probe()
/third_party/uboot/u-boot-2020.01/arch/riscv/lib/
Dandes_plic.c84 ret = ofnode_read_u32(node, "reg", &reg); in init_plic()
Dsmp.c65 ret = ofnode_read_u32(node, "reg", &reg); in send_ipi_many()
/third_party/uboot/u-boot-2020.01/drivers/video/
Dmxsfb.c283 ret = ofnode_read_u32(dev_ofnode(dev), "display", &display_phandle); in mxs_of_get_timings()
295 ret = ofnode_read_u32(display_node, "bits-per-pixel", bpp); in mxs_of_get_timings()
Dmali_dp.c303 err = ofnode_read_u32(framebuffer, "width", &value); in malidp_probe()
308 err = ofnode_read_u32(framebuffer, "height", &value); in malidp_probe()
/third_party/uboot/u-boot-2020.01/drivers/sound/
Dhda_codec.c181 if (ofnode_read_u32(node, "vendor-id", &vendor_id) || in find_verb_data()
182 ofnode_read_u32(node, "device-id", &device_id)) { in find_verb_data()
/third_party/uboot/u-boot-2020.01/drivers/timer/
Drockchip_timer.c74 if (ofnode_read_u32(node, "clock-frequency", &rate)) { in timer_get_boot_us()
/third_party/uboot/u-boot-2020.01/drivers/net/ti/
Dam65-cpsw-nuss.c606 ofnode_read_u32(port_np, "max-speed", (u32 *)&pdata->max_speed); in am65_cpsw_ofdata_parse_phy()
623 ret = ofnode_read_u32(priv->phy_node, "reg", &priv->phy_addr); in am65_cpsw_ofdata_parse_phy()
690 ret = ofnode_read_u32(node, "reg", &port_id); in am65_cpsw_probe_cpsw()
/third_party/uboot/u-boot-2020.01/net/
Dmdio-uclass.c152 if (ofnode_read_u32(phandle.node, "reg", &phy_addr)) { in dm_eth_connect_phy_handle()
/third_party/uboot/u-boot-2020.01/drivers/pci/
Dpci_mvebu.c416 if (ofnode_read_u32(dev_ofnode(dev), "marvell,pcie-port", in mvebu_pcie_ofdata_to_platdata()
422 if (ofnode_read_u32(dev_ofnode(dev), "marvell,pcie-lane", &pcie->lane)) in mvebu_pcie_ofdata_to_platdata()
/third_party/uboot/u-boot-2020.01/drivers/dma/ti/
Dk3-udma.c1163 ret = ofnode_read_u32(navss_ofnode, "ti,sci-dev-id", in udma_probe()
1624 if (!ofnode_read_u32(chconf_node, "linux,udma-mode", &val)) { in udma_of_xlate()
1629 if (!ofnode_read_u32(chconf_node, "statictr-type", &val)) in udma_of_xlate()
1633 if (!ofnode_read_u32(chconf_node, "ti,psd-size", &val)) in udma_of_xlate()
1637 if (ofnode_read_u32(slave_node, "ti,psil-base", &val)) { in udma_of_xlate()
/third_party/uboot/u-boot-2020.01/drivers/power/domain/
Dmeson-gx-pwrc-vpu.c302 ret = ofnode_read_u32(dev->node, "amlogic,hhi-sysctrl", in meson_gx_pwrc_vpu_probe()
/third_party/uboot/u-boot-2020.01/drivers/video/rockchip/
Drk_vop.c239 ret = ofnode_read_u32(ep_node, "remote-endpoint", &remote_phandle); in rk_display_init()

12