/third_party/uboot/u-boot-2020.01/lib/ |
D | binman.c | 28 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/ |
D | pinctrl-bcm6838.c | 95 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/ |
D | board.c | 94 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/ |
D | of_extra.c | 17 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()
|
D | read.c | 16 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()
|
D | syscon-uclass.c | 106 err = ofnode_read_u32(dev_ofnode(dev), name, &phandle); in syscon_regmap_lookup_by_phandle()
|
D | ofnode.c | 18 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/ |
D | dp83867.c | 154 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()
|
D | aquantia.c | 351 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/ |
D | qemu-riscv.c | 42 ret = ofnode_read_u32(chosen_node, "riscv,kernel-start", in board_late_init()
|
/third_party/uboot/u-boot-2020.01/include/dm/ |
D | ofnode.h | 203 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()
|
D | read.h | 610 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/ |
D | mdio_mux_i2creg.c | 73 err = ofnode_read_u32(chip_node, "reg", &chip_addr); in mdio_mux_i2creg_probe()
|
/third_party/uboot/u-boot-2020.01/arch/riscv/lib/ |
D | andes_plic.c | 84 ret = ofnode_read_u32(node, "reg", ®); in init_plic()
|
D | smp.c | 65 ret = ofnode_read_u32(node, "reg", ®); in send_ipi_many()
|
/third_party/uboot/u-boot-2020.01/drivers/video/ |
D | mxsfb.c | 283 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()
|
D | mali_dp.c | 303 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/ |
D | hda_codec.c | 181 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/ |
D | rockchip_timer.c | 74 if (ofnode_read_u32(node, "clock-frequency", &rate)) { in timer_get_boot_us()
|
/third_party/uboot/u-boot-2020.01/drivers/net/ti/ |
D | am65-cpsw-nuss.c | 606 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/ |
D | mdio-uclass.c | 152 if (ofnode_read_u32(phandle.node, "reg", &phy_addr)) { in dm_eth_connect_phy_handle()
|
/third_party/uboot/u-boot-2020.01/drivers/pci/ |
D | pci_mvebu.c | 416 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/ |
D | k3-udma.c | 1163 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/ |
D | meson-gx-pwrc-vpu.c | 302 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/ |
D | rk_vop.c | 239 ret = ofnode_read_u32(ep_node, "remote-endpoint", &remote_phandle); in rk_display_init()
|