/tf-a-ffa_el3_spmc/plat/st/common/ |
A D | stm32mp_dt.c | 78 cchar = fdt_getprop(fdt, node, "status", NULL); in fdt_get_status() 84 cchar = fdt_getprop(fdt, node, "secure-status", NULL); in fdt_get_status() 144 cuint = fdt_getprop(fdt, node, "reg", NULL); in dt_fill_device_info() 151 cuint = fdt_getprop(fdt, node, "clocks", NULL); in dt_fill_device_info() 159 cuint = fdt_getprop(fdt, node, "resets", NULL); in dt_fill_device_info() 253 cuint = fdt_getprop(fdt, pwr_regulators_node, "vdd-supply", NULL); in dt_get_pwr_vdd_voltage() 263 cuint = fdt_getprop(fdt, node, "regulator-min-microvolt", NULL); in dt_get_pwr_vdd_voltage() 283 return (const char *)fdt_getprop(fdt, node, "model", NULL); in dt_get_board_model() 306 if (fdt_getprop(fdt, node, "gpio-controller", NULL) == NULL) { in fdt_get_gpio_bank_pin_count() 310 cuint = fdt_getprop(fdt, node, "reg", NULL); in fdt_get_gpio_bank_pin_count() [all …]
|
/tf-a-ffa_el3_spmc/drivers/mtd/spi-mem/ |
A D | spi_mem.c | 211 cuint = fdt_getprop(fdt, bus_subnode, "reg", NULL); in spi_mem_init_slave() 220 cuint = fdt_getprop(fdt, bus_subnode, in spi_mem_init_slave() 227 if ((fdt_getprop(fdt, bus_subnode, "spi-cpol", NULL)) != NULL) { in spi_mem_init_slave() 230 if ((fdt_getprop(fdt, bus_subnode, "spi-cpha", NULL)) != NULL) { in spi_mem_init_slave() 233 if ((fdt_getprop(fdt, bus_subnode, "spi-cs-high", NULL)) != in spi_mem_init_slave() 237 if ((fdt_getprop(fdt, bus_subnode, "spi-3wire", NULL)) != in spi_mem_init_slave() 241 if ((fdt_getprop(fdt, bus_subnode, "spi-half-duplex", NULL)) != in spi_mem_init_slave() 247 cuint = fdt_getprop(fdt, bus_subnode, "spi-tx-bus-width", NULL); in spi_mem_init_slave() 265 cuint = fdt_getprop(fdt, bus_subnode, "spi-rx-bus-width", NULL); in spi_mem_init_slave()
|
/tf-a-ffa_el3_spmc/drivers/allwinner/axp/ |
A D | common.c | 61 prop = fdt_getprop(fdt, node, "regulator-min-microvolt", NULL); in fdt_get_regulator_millivolt() 66 prop = fdt_getprop(fdt, node, "regulator-max-microvolt", NULL); in fdt_get_regulator_millivolt() 102 cell = fdt_getprop(fdt, node, "status", NULL); in is_node_disabled() 114 if (fdt_getprop(fdt, node, "phandle", NULL) != NULL) { in should_enable_regulator() 117 if (fdt_getprop(fdt, node, "regulator-always-on", NULL) != NULL) { in should_enable_regulator() 134 prop = fdt_getprop(fdt, node, "dr_mode", &length); in board_uses_usb0_host_mode() 158 if (fdt_getprop(fdt, node, "x-powers,drive-vbus-en", NULL) && in axp_setup_regulators()
|
/tf-a-ffa_el3_spmc/drivers/st/gpio/ |
A D | stm32_gpio.c | 40 if (fdt_getprop(fdt, pinctrl_subnode, in ckeck_gpio_bank() 45 cuint = fdt_getprop(fdt, pinctrl_subnode, "reg", NULL); in ckeck_gpio_bank() 73 cuint = fdt_getprop(fdt, node, "pinmux", &len); in dt_set_gpio_config() 83 slewrate = fdt_getprop(fdt, node, "slew-rate", NULL); in dt_set_gpio_config() 88 if (fdt_getprop(fdt, node, "bias-pull-up", NULL) != NULL) { in dt_set_gpio_config() 90 } else if (fdt_getprop(fdt, node, "bias-pull-down", NULL) != NULL) { in dt_set_gpio_config() 130 if (fdt_getprop(fdt, node, "drive-open-drain", NULL) != NULL) { in dt_set_gpio_config() 176 cuint = fdt_getprop(fdt, node, "pinctrl-0", &lenp); in dt_set_pinctrl_config()
|
/tf-a-ffa_el3_spmc/drivers/st/pmic/ |
A D | stm32mp_pmic.c | 86 cuint = fdt_getprop(fdt, pmic_node, "reg", NULL); in dt_pmic_i2c_config() 135 if ((fdt_getprop(fdt, regulator_node, "regulator-boot-on", 137 (fdt_getprop(fdt, regulator_node, "regulator-always-on", 140 if (fdt_getprop(fdt, regulator_node, "regulator-boot-on", 146 if (fdt_getprop(fdt, regulator_node, "regulator-pull-down", 155 if (fdt_getprop(fdt, regulator_node, "st,mask-reset", 164 cuint = fdt_getprop(fdt, regulator_node,
|
/tf-a-ffa_el3_spmc/drivers/st/clk/ |
A D | stm32mp_clkfunc.c | 49 cuint = fdt_getprop(fdt, subnode, "clock-frequency", in fdt_osc_read_freq() 104 if (fdt_getprop(fdt, subnode, prop_name, NULL) != NULL) { in fdt_osc_read_bool() 242 cuint = fdt_getprop(fdt, node, prop_name, &len); in fdt_rcc_read_prop() 286 cuint = fdt_getprop(fdt, node, "clocks", NULL); in fdt_get_clock_id()
|
/tf-a-ffa_el3_spmc/plat/st/stm32mp1/ |
A D | stm32mp1_gic.c | 62 cuint = fdt_getprop(fdt, node, "reg", NULL); in stm32mp1_gic_init() 69 cuint = fdt_getprop(fdt, node, "#interrupt-cells", NULL); in stm32mp1_gic_init()
|
A D | stm32mp1_private.c | 327 cuint = fdt_getprop(fdt, bsec_board_id_node, "reg", NULL); in stm32mp_print_boardinfo()
|
/tf-a-ffa_el3_spmc/drivers/st/iwdg/ |
A D | stm32_iwdg.c | 100 if (fdt_getprop(fdt, node, "stm32,enable-on-stop", NULL) == in stm32_iwdg_init() 105 if (fdt_getprop(fdt, node, "stm32,enable-on-standby", NULL) == in stm32_iwdg_init()
|
/tf-a-ffa_el3_spmc/drivers/st/mmc/ |
A D | stm32_sdmmc2.c | 643 cuint = fdt_getprop(fdt, sdmmc_node, "reg", NULL); in stm32_sdmmc2_dt_get_config() 668 cuint = fdt_getprop(fdt, sdmmc_node, "clocks", NULL); in stm32_sdmmc2_dt_get_config() 676 cuint = fdt_getprop(fdt, sdmmc_node, "resets", NULL); in stm32_sdmmc2_dt_get_config() 684 if ((fdt_getprop(fdt, sdmmc_node, "st,use-ckin", NULL)) != NULL) { in stm32_sdmmc2_dt_get_config() 688 if ((fdt_getprop(fdt, sdmmc_node, "st,sig-dir", NULL)) != NULL) { in stm32_sdmmc2_dt_get_config() 692 if ((fdt_getprop(fdt, sdmmc_node, "st,neg-edge", NULL)) != NULL) { in stm32_sdmmc2_dt_get_config() 696 cuint = fdt_getprop(fdt, sdmmc_node, "bus-width", NULL); in stm32_sdmmc2_dt_get_config() 712 cuint = fdt_getprop(fdt, sdmmc_node, "max-frequency", NULL); in stm32_sdmmc2_dt_get_config()
|
/tf-a-ffa_el3_spmc/lib/libfdt/ |
A D | fdt_ro.c | 502 const void *fdt_getprop(const void *fdt, int nodeoffset, in fdt_getprop() function 515 php = fdt_getprop(fdt, nodeoffset, "phandle", &len); in fdt_get_phandle() 517 php = fdt_getprop(fdt, nodeoffset, "linux,phandle", &len); in fdt_get_phandle() 672 val = fdt_getprop(fdt, offset, propname, &len); in fdt_node_offset_by_prop_value() 728 list = fdt_getprop(fdt, nodeoffset, property, &length); in fdt_stringlist_count() 754 list = fdt_getprop(fdt, nodeoffset, property, &length); in fdt_stringlist_search() 785 list = fdt_getprop(fdt, nodeoffset, property, &length); in fdt_stringlist_get() 829 prop = fdt_getprop(fdt, nodeoffset, "compatible", &len); in fdt_node_check_compatible()
|
A D | fdt_overlay.c | 33 val = fdt_getprop(fdto, fragment, "target", &len); in overlay_get_target_phandle() 73 path = fdt_getprop(fdto, fragment, "target-path", &path_len); in overlay_get_target() 123 val = fdt_getprop(fdt, node, name, &len); in overlay_phandle_add_offset() 246 tree_val = fdt_getprop(fdto, tree_node, name, &tree_len); in overlay_update_local_node_references() 383 symbol_path = fdt_getprop(fdt, symbols_off, label, in overlay_fixup_one_phandle()
|
A D | fdt_wip.c | 39 propval = fdt_getprop(fdt, nodeoffset, name, &proplen); in fdt_setprop_inplace()
|
A D | fdt_addresses.c | 20 c = fdt_getprop(fdt, nodeoffset, name, &len); in fdt_cells()
|
/tf-a-ffa_el3_spmc/plat/arm/common/fconf/ |
A D | fconf_ethosn_getter.c | 23 node_status = fdt_getprop(fdt, node, "status", &len); in fdt_node_get_status()
|
/tf-a-ffa_el3_spmc/common/ |
A D | fdt_wrappers.c | 36 prop = fdt_getprop(dtb, node, prop_name, &value_len); in fdt_read_uint32_array() 294 prop = fdt_getprop(dtb, node, "reg", &len); in fdt_get_reg_props_by_index() 353 prop = fdt_getprop(dtb, node, "stdout-path", NULL); in fdt_get_stdout_node_offset()
|
A D | fdt_fixup.c | 119 prop = fdt_getprop(fdt, offs, "device_type", &len); in dt_update_one_cpu_node() 126 prop = fdt_getprop(fdt, offs, "enable-method", &len); in dt_update_one_cpu_node()
|
/tf-a-ffa_el3_spmc/plat/arm/board/fvp/ |
A D | jmptbl.i | 18 fdt fdt_getprop
|
/tf-a-ffa_el3_spmc/plat/arm/board/juno/ |
A D | jmptbl.i | 18 fdt fdt_getprop
|
/tf-a-ffa_el3_spmc/plat/allwinner/common/ |
A D | sunxi_bl31_setup.c | 147 model = fdt_getprop(fdt, 0, "model", &length); in bl31_platform_setup()
|
/tf-a-ffa_el3_spmc/plat/rockchip/common/ |
A D | params_setup.c | 66 stdout_path = fdt_getprop(fdt, node_offset, prop_name, in plat_rockchip_dt_process_fdt_uart()
|
/tf-a-ffa_el3_spmc/drivers/st/i2c/ |
A D | stm32_i2c.c | 101 cuint = fdt_getprop(fdt, node, "i2c-scl-rising-time-ns", NULL); in stm32_i2c_get_setup_from_fdt() 108 cuint = fdt_getprop(fdt, node, "i2c-scl-falling-time-ns", NULL); in stm32_i2c_get_setup_from_fdt() 115 cuint = fdt_getprop(fdt, node, "clock-frequency", NULL); in stm32_i2c_get_setup_from_fdt()
|
/tf-a-ffa_el3_spmc/include/lib/libfdt/ |
A D | libfdt.h | 789 const void *fdt_getprop(const void *fdt, int nodeoffset, 794 return (void *)(uintptr_t)fdt_getprop(fdt, nodeoffset, name, lenp); in fdt_getprop_w()
|
/tf-a-ffa_el3_spmc/drivers/st/ddr/ |
A D | stm32mp1_ram.c | 219 config.info.name = fdt_getprop(fdt, node, "st,mem-name", &len); in stm32mp1_ddr_setup()
|
/tf-a-ffa_el3_spmc/drivers/st/fmc/ |
A D | stm32_fmc2_nand.c | 824 cuint = fdt_getprop(fdt, fmc_ebi_node, "ranges", NULL); in stm32_fmc2_init() 855 cuint = fdt_getprop(fdt, fmc_nfc_node, "reg", NULL); in stm32_fmc2_init() 897 cuint = fdt_getprop(fdt, fmc_flash_node, "reg", NULL); in stm32_fmc2_init()
|