Home
last modified time | relevance | path

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

12

/openbmc/u-boot/arch/x86/lib/
H A Dmrccache.c205 if (fdtdec_get_int_array(blob, node, "memory-map", reg, 2)) in mrccache_get_region()
214 if (fdtdec_get_int_array(blob, mrc_node, "reg", reg, 2)) in mrccache_get_region()
H A Dpinctrl_ich6.c73 ret = fdtdec_get_int_array(gd->fdt_blob, pin_node, "gpio-offset", in ich6_pinctrl_cfg_pin()
/openbmc/u-boot/drivers/mmc/
H A Dpic32_sdhci.c51 ret = fdtdec_get_int_array(gd->fdt_blob, dev_of_offset(dev), in pic32_sdhci_probe()
H A Dmsm_sdhci.c61 ret = fdtdec_get_int_array(gd->fdt_blob, node, "clock", clkd, 2); in msm_sdc_clk_init()
H A Dexynos_dw_mmc.c183 err = fdtdec_get_int_array(blob, node, "samsung,timing", timing, 3); in exynos_dwmci_get_config()
H A Dftsdc010_mci.c404 if (fdtdec_get_int_array(gd->fdt_blob, dev_of_offset(dev), in ftsdc010_mmc_ofdata_to_platdata()
/openbmc/u-boot/arch/microblaze/cpu/
H A Dtimer.c68 ret = fdtdec_get_int_array(blob, node, "interrupts", in timer_init()
/openbmc/u-boot/drivers/pinctrl/ath79/
H A Dpinctrl_ar933x.c77 ret = fdtdec_get_int_array(gd->fdt_blob, dev_of_offset(periph), in ar933x_pinctrl_get_periph_id()
H A Dpinctrl_qca953x.c97 ret = fdtdec_get_int_array(gd->fdt_blob, dev_of_offset(periph), in qca953x_pinctrl_get_periph_id()
/openbmc/u-boot/drivers/pinctrl/
H A Dpinctrl-single.c106 res = fdtdec_get_int_array(gd->fdt_blob, dev_of_offset(dev), in single_ofdata_to_platdata()
H A Dpinctrl_pic32.c255 ret = fdtdec_get_int_array(gd->fdt_blob, dev_of_offset(periph), in pic32_pinctrl_get_periph_id()
/openbmc/u-boot/drivers/ddr/altera/
H A Dsdram_arria10.c645 ret = fdtdec_get_int_array(blob, child, name, in of_sdram_firewall_setup()
649 ret = fdtdec_get_int_array(blob, child, name, in of_sdram_firewall_setup()
/openbmc/u-boot/drivers/pinctrl/mvebu/
H A Dpinctrl-mvebu.c138 err = fdtdec_get_int_array(blob, node, "pin-func", in mvebu_pinctrl_set_state_all()
/openbmc/u-boot/board/samsung/common/
H A Dboard.c190 err = fdtdec_get_int_array(blob, node, "srom-timing", config->timing, in decode_sromc()
/openbmc/u-boot/drivers/serial/
H A Dserial_msm.c164 ret = fdtdec_get_int_array(gd->fdt_blob, dev_of_offset(dev), "clock", in msm_uart_clk_init()
/openbmc/u-boot/drivers/usb/host/
H A Ddwc3-sti-glue.c112 ret = fdtdec_get_int_array(gd->fdt_blob, dev_of_offset(dev), in sti_dwc3_glue_ofdata_to_platdata()
/openbmc/u-boot/drivers/ram/rockchip/
H A Dsdram_rk322x.c725 ret = fdtdec_get_int_array(blob, node, "rockchip,pctl-timing", in rk322x_dmc_ofdata_to_platdata()
732 ret = fdtdec_get_int_array(blob, node, "rockchip,phy-timing", in rk322x_dmc_ofdata_to_platdata()
739 ret = fdtdec_get_int_array(blob, node, "rockchip,sdram-params", in rk322x_dmc_ofdata_to_platdata()
/openbmc/u-boot/drivers/pinctrl/nxp/
H A Dpinctrl-imx.c55 if (fdtdec_get_int_array(gd->fdt_blob, node, "fsl,pins", in imx_pinctrl_set_state()
/openbmc/u-boot/include/
H A Dfdtdec.h686 int fdtdec_get_int_array(const void *blob, int node, const char *prop_name,
/openbmc/u-boot/arch/arm/mach-exynos/
H A Dpinmux.c905 err = fdtdec_get_int_array(blob, node, "interrupts", cell, in exynos4_pinmux_decode_periph_id()
920 err = fdtdec_get_int_array(blob, node, "interrupts", cell, in exynos5_pinmux_decode_periph_id()
/openbmc/u-boot/drivers/video/
H A Divybridge_igd.c488 if (fdtdec_get_int_array(blob, node, "intel,dp_hotplug", in gma_pm_init_post_vbios()
H A Dbroadwell_igd.c710 if (fdtdec_get_int_array(blob, node, "intel,dp-hotplug", in broadwell_igd_ofdata_to_platdata()
/openbmc/u-boot/arch/x86/cpu/broadwell/
H A Dpch.c194 ret = fdtdec_get_int_array(gd->fdt_blob, dev_of_offset(dev), in pch_power_options()
/openbmc/u-boot/lib/
H A Dfdtdec.c679 int fdtdec_get_int_array(const void *blob, int node, const char *prop_name, in fdtdec_get_int_array() function
1017 ret = fdtdec_get_int_array(blob, node, name, &result->min, 3); in decode_timing_property()
/openbmc/u-boot/drivers/core/
H A Dofnode.c173 return fdtdec_get_int_array(gd->fdt_blob, in ofnode_read_u32_array()

12