Home
last modified time | relevance | path

Searched refs:fdtdec_get_uint (Results 1 – 16 of 16) sorted by relevance

/external/u-boot/drivers/video/
Dsimplefb.c42 uc_priv->xsize = fdtdec_get_uint(blob, node, "width", 0); in simple_video_probe()
43 uc_priv->ysize = fdtdec_get_uint(blob, node, "height", 0); in simple_video_probe()
/external/u-boot/drivers/i2c/muxes/
Di2c-mux-gpio.c87 *(values + i) = fdtdec_get_uint(fdt, subnode, "reg", -1); in i2c_mux_gpio_probe()
93 mux->idle = fdtdec_get_uint(fdt, node, "idle-state", -1); in i2c_mux_gpio_probe()
/external/u-boot/drivers/mmc/
Dsocfpga_dw_mmc.c127 priv->drvsel = fdtdec_get_uint(gd->fdt_blob, dev_of_offset(dev), in socfpga_dwmmc_ofdata_to_platdata()
129 priv->smplsel = fdtdec_get_uint(gd->fdt_blob, dev_of_offset(dev), in socfpga_dwmmc_ofdata_to_platdata()
Dmsm_sdhci.c53 uint clk_rate = fdtdec_get_uint(gd->fdt_blob, node, "clock-frequency", in msm_sdc_clk_init()
175 host->index = fdtdec_get_uint(gd->fdt_blob, node, "index", 0); in msm_ofdata_to_platdata()
Diproc_sdhci.c194 host->index = fdtdec_get_uint(gd->fdt_blob, node, "index", 0); in iproc_sdhci_probe()
/external/u-boot/lib/
Dfdtdec_common.c39 unsigned int fdtdec_get_uint(const void *blob, int node, const char *prop_name, in fdtdec_get_uint() function
/external/u-boot/drivers/i2c/
Dcros_ec_tunnel.c38 i2c_bus->remote_bus = fdtdec_get_uint(blob, node, "google,remote-bus", in cros_ec_i2c_ofdata_to_platdata()
Dtegra186_bpmp_i2c.c98 priv->bpmp_bus_id = fdtdec_get_uint(gd->fdt_blob, dev_of_offset(dev), in tegra186_bpmp_i2c_probe()
/external/u-boot/drivers/clk/at91/
Dpmc.c98 periph = fdtdec_get_uint(gd->fdt_blob, dev_of_offset(clk->dev), "reg", in at91_clk_of_xlate()
/external/u-boot/drivers/gpio/
Dpcf8575_gpio.c141 n_latch = fdtdec_get_uint(gd->fdt_blob, dev_of_offset(dev), in pcf8575_ofdata_platdata()
Dgpio-uniphier.c153 uc_priv->gpio_count = fdtdec_get_uint(gd->fdt_blob, dev_of_offset(dev), in uniphier_gpio_probe()
/external/u-boot/arch/arm/mach-socfpga/
Dreset_manager_arria10.c85 return fdtdec_get_uint(blob, node, "init-val", 0); in get_bridge_init_val()
/external/u-boot/arch/arm/mach-tegra/
Dcboot.c80 na = fdtdec_get_uint(cboot_blob, 0, "#address-cells", 2); in cboot_dram_init()
81 ns = fdtdec_get_uint(cboot_blob, 0, "#size-cells", 2); in cboot_dram_init()
/external/u-boot/drivers/serial/
Dserial_msm.c156 uint clk_rate = fdtdec_get_uint(gd->fdt_blob, dev_of_offset(dev), in msm_uart_clk_init()
/external/u-boot/include/
Dfdtdec.h468 unsigned int fdtdec_get_uint(const void *blob, int node, const char *prop_name,
/external/u-boot/drivers/clk/
Dclk_zynq.c470 priv->ps_clk_freq = fdtdec_get_uint(gd->fdt_blob, dev_of_offset(dev), in zynq_clk_probe()