Searched refs:fdt_get_property (Results 1 – 14 of 14) sorted by relevance
/u-boot/board/armltd/vexpress/ |
A D | vexpress_tc2.c | 67 prop = fdt_get_property(fdt, offset, "interface-type", in ft_board_setup()
|
/u-boot/board/freescale/mx7ulp_evk/ |
A D | mx7ulp_evk.c | 71 if (fdt_get_property(blob, nodeoff, "vqmmc-supply", in ft_board_setup()
|
/u-boot/arch/arm/lib/ |
A D | psci-dt.c | 38 prop = fdt_get_property(fdt, tmp, "device_type", &len); in fdt_psci()
|
/u-boot/drivers/ata/ |
A D | mtk_ahci.c | 61 if (fdt_get_property(fdt, dev_of_offset(dev), in mtk_ahci_parse_property()
|
/u-boot/drivers/spi/ |
A D | spi-sunxi.c | 225 if (fdt_get_property(fdt, offset, "bias-disable", NULL)) in sun4i_spi_parse_pins() 227 else if (fdt_get_property(fdt, offset, "bias-pull-up", NULL)) in sun4i_spi_parse_pins() 229 else if (fdt_get_property(fdt, offset, "bias-pull-down", NULL)) in sun4i_spi_parse_pins()
|
/u-boot/scripts/dtc/libfdt/ |
A D | libfdt.h | 657 const struct fdt_property *fdt_get_property(const void *fdt, int nodeoffset, 664 fdt_get_property(fdt, nodeoffset, name, lenp); in fdt_get_property_w()
|
A D | fdt_ro.c | 443 const struct fdt_property *fdt_get_property(const void *fdt, in fdt_get_property() function
|
/u-boot/arch/arm/mach-imx/imx8/ |
A D | fdt.c | 63 if (!fdt_get_property(blob, offset, "power-domains", NULL)) { in update_fdt_with_owned_resources()
|
/u-boot/common/ |
A D | fdt_support.c | 99 if ((!create) && (fdt_get_property(fdt, nodeoff, prop, NULL) == NULL)) in fdt_find_and_setprop() 341 if (create || (fdt_get_property(fdt, off, prop, NULL) != NULL)) in do_fixup_by_prop() 368 if (create || (fdt_get_property(fdt, off, prop, NULL) != NULL)) in do_fixup_by_compat() 562 fdt_prop = fdt_get_property(fdt, nodeoff, "status", in fdt_fixup_ethernet()
|
/u-boot/drivers/net/ |
A D | sun8i_emac.c | 548 if (fdt_get_property(gd->fdt_blob, offset, "bias-pull-up", NULL)) in parse_phy_pins() 550 else if (fdt_get_property(gd->fdt_blob, offset, "bias-pull-down", NULL)) in parse_phy_pins()
|
/u-boot/drivers/mmc/ |
A D | tmio-common.c | 763 if (fdt_get_property(gd->fdt_blob, dev_of_offset(dev), "non-removable", in tmio_sd_probe()
|
/u-boot/drivers/clk/at91/ |
A D | compat.c | 82 fdt_get_property(fdt, offset, "compatible", &ret); in at91_clk_sub_device_bind()
|
/u-boot/drivers/net/fsl-mc/ |
A D | mc.c | 216 if (fdt_get_property(blob, nodeoffset, propname, NULL)) { in mc_fixup_mac_addr()
|
/u-boot/lib/ |
A D | fdtdec.c | 890 prop = fdt_get_property(blob, config_node, prop_name, NULL); in fdtdec_get_config_bool()
|
Completed in 34 milliseconds