Searched refs:fdtdec_next_compatible (Results 1 – 16 of 16) sorted by relevance
/openbmc/u-boot/arch/arm/mach-socfpga/ |
H A D | pinmux_arria10.c | 68 node = fdtdec_next_compatible(blob, 0, in config_dedicated_pins() 86 node = fdtdec_next_compatible(blob, 0, in config_pins()
|
H A D | reset_manager_arria10.c | 81 node = fdtdec_next_compatible(blob, 0, compat_id); in get_bridge_init_val()
|
H A D | clock_manager_arria10.c | 197 node = fdtdec_next_compatible(blob, 0, COMPAT_ALTERA_SOCFPGA_CLK_INIT); in of_get_clk_cfg()
|
/openbmc/u-boot/arch/arm/mach-tegra/tegra20/ |
H A D | emc.c | 83 node = fdtdec_next_compatible(blob, 0, COMPAT_NVIDIA_TEGRA20_EMC); in emc_get_controller() 189 node = fdtdec_next_compatible(blob, 0, COMPAT_NVIDIA_TEGRA20_EMC); in decode_emc()
|
/openbmc/u-boot/board/samsung/common/ |
H A D | board.c | 181 node = fdtdec_next_compatible(blob, 0, COMPAT_SAMSUNG_EXYNOS5_SROMC); in decode_sromc() 214 node = fdtdec_next_compatible(gd->fdt_blob, node, COMPAT_SMSC_LAN9215); in board_eth_init()
|
/openbmc/u-boot/arch/x86/cpu/baytrail/ |
H A D | fsp_configs.c | 43 node = fdtdec_next_compatible(blob, 0, COMPAT_INTEL_BAYTRAIL_FSP); in update_fsp_configs() 125 node = fdtdec_next_compatible(blob, node, in update_fsp_configs()
|
/openbmc/u-boot/arch/x86/cpu/ivybridge/ |
H A D | fsp_configs.c | 20 node = fdtdec_next_compatible(blob, 0, COMPAT_INTEL_IVYBRIDGE_FSP); in update_fsp_configs()
|
/openbmc/u-boot/arch/x86/cpu/intel_common/ |
H A D | microcode.c | 138 node = fdtdec_next_compatible(blob, node, in microcode_update_intel()
|
/openbmc/u-boot/arch/x86/cpu/quark/ |
H A D | dram.c | 48 node = fdtdec_next_compatible(blob, 0, COMPAT_INTEL_QRK_MRC); in mrc_configure_params()
|
/openbmc/u-boot/arch/x86/lib/ |
H A D | mrccache.c | 199 node = fdtdec_next_compatible(blob, 0, COMPAT_GENERIC_SPI_FLASH); in mrccache_get_region()
|
/openbmc/u-boot/drivers/video/exynos/ |
H A D | exynos_mipi_dsi.c | 239 node = fdtdec_next_compatible(blob, 0, COMPAT_SAMSUNG_EXYNOS_MIPI_DSI); in exynos_dsim_config_parse_dt()
|
/openbmc/u-boot/include/ |
H A D | fdtdec.h | 265 int fdtdec_next_compatible(const void *blob, int node,
|
/openbmc/u-boot/drivers/power/ |
H A D | exynos-tmu.c | 189 node = fdtdec_next_compatible(blob, 0, in get_tmu_fdt_values()
|
/openbmc/u-boot/drivers/ddr/altera/ |
H A D | sdram_arria10.c | 630 node = fdtdec_next_compatible(blob, 0, COMPAT_ALTERA_SOCFPGA_NOC); in of_sdram_firewall_setup()
|
/openbmc/u-boot/lib/ |
H A D | fdtdec.c | 336 int fdtdec_next_compatible(const void *blob, int node, enum fdt_compat_id id) in fdtdec_next_compatible() function 411 node = fdtdec_next_compatible(blob, node, id); in fdtdec_add_aliases_for_id()
|
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | sunxi_nand.c | 1813 node = fdtdec_next_compatible(blob, 0, COMPAT_SUNXI_NAND); in sunxi_nand_init()
|