| /arm-trusted-firmware/plat/st/common/ |
| H A D | stm32mp_dt.c | 57 bool fdt_check_node(int node) in fdt_check_node() argument 70 uint8_t fdt_get_status(int node) in fdt_get_status() argument 99 static int fdt_get_node_parent_address_cells(int node) in fdt_get_node_parent_address_cells() argument 119 int node; dt_set_stdout_pinctrl() local 132 dt_fill_device_info(struct dt_node_info * info,int node) dt_fill_device_info() argument 170 int node; dt_get_node() local 188 int node; dt_get_stdout_uart_info() local 207 int node; dt_match_instance_by_compatible() local 234 int node; dt_get_ddr_size() local 277 int node = fdt_node_offset_by_compatible(fdt, -1, DT_PWR_COMPAT); dt_get_vdd_regulator() local 292 int node = fdt_path_offset(fdt, "/cpus/cpu@0"); dt_get_cpu_regulator() local 307 int node = fdt_path_offset(fdt, "/"); dt_get_board_model() local 325 int node; dt_find_otp_name() local 374 int node; fdt_get_gpio_bank_pin_count() local [all...] |
| H A D | stm32mp_gic.c | 45 int node; in stm32mp_gic_init() local
|
| /arm-trusted-firmware/drivers/st/clk/ |
| H A D | stm32mp_clkfunc.c | 28 int node, subnode; in fdt_osc_read_freq() local 78 int node, subnode; in fdt_clk_read_bool() local 121 int node, subnod in fdt_clk_read_uint32_default() local 160 static int node; fdt_get_rcc_node() local 179 int node; fdt_rcc_read_uint32_array() local 201 int node, subnode; fdt_rcc_subnode_offset() local 230 int node, len; fdt_rcc_read_prop() local 277 fdt_get_clock_id(int node) fdt_get_clock_id() argument 303 int node; fdt_get_uart_clock_freq() local [all...] |
| /arm-trusted-firmware/common/ |
| H A D | fdt_wrappers.c | 26 int fdt_read_uint32_array(const void *dtb, int node, const char *prop_name, in fdt_read_uint32_array() argument 57 int fdt_read_uint32(const void *dtb, int node, const char *prop_name, in fdt_read_uint32() argument 63 uint32_t fdt_read_uint32_default(const void *dtb, int node, in fdt_read_uint32_default() argument 76 int fdt_read_uint64(const void *dtb, int node, const char *prop_name, in fdt_read_uint64() argument 96 fdtw_read_bytes(const void * dtb,int node,const char * prop,unsigned int length,void * value) fdtw_read_bytes() argument 131 fdtw_read_string(const void * dtb,int node,const char * prop,char * str,size_t size) fdtw_read_string() argument 162 fdtw_read_uuid(const void * dtb,int node,const char * prop,unsigned int length,uint8_t * uuid) fdtw_read_uuid() argument 195 fdtw_write_inplace_cells(void * dtb,int node,const char * prop,unsigned int cells,void * value) fdtw_write_inplace_cells() argument 230 fdtw_write_inplace_bytes(void * dtb,int node,const char * prop,unsigned int length,const void * data) fdtw_write_inplace_bytes() argument 278 fdt_get_reg_props_by_index(const void * dtb,int node,int index,uintptr_t * base,size_t * size) fdt_get_reg_props_by_index() argument 322 fdt_get_reg_props_by_name(const void * dtb,int node,const char * name,uintptr_t * base,size_t * size) fdt_get_reg_props_by_name() argument 342 int node; fdt_get_stdout_node_offset() local 528 fdtw_translate_address(const void * dtb,int node,uint64_t base_address) fdtw_translate_address() argument 587 fdtw_for_each_cpu(const void * dtb,int (* callback)(const void * dtb,int node,uintptr_t mpidr)) fdtw_for_each_cpu() argument 590 int parent, node = 0; fdtw_for_each_cpu() local [all...] |
| /arm-trusted-firmware/drivers/allwinner/axp/ |
| H A D | common.c | 58 static int fdt_get_regulator_millivolt(const void *fdt, int node) in fdt_get_regulator_millivolt() argument 78 static int setup_regulator(const void *fdt, int node, in setup_regulator() argument 101 static bool should_enable_regulator(const void *fdt, int node) in should_enable_regulator() argument 117 int node, length; board_uses_usb0_host_mode() local 136 int node; axp_setup_regulators() local [all...] |
| /arm-trusted-firmware/plat/arm/board/fvp/fconf/ |
| H A D | fconf_hw_config_getter.c | 36 int node; in fconf_populate_gicv3_config() local 75 int err, node, cluster_node, core_node, thread_node; fconf_populate_topology() local 192 int uart_node, node, err; fconf_populate_uart_config() local 282 int err, node; fconf_populate_cpu_timer() local 307 int node, len; fconf_populate_dram_layout() local [all...] |
| H A D | fconf_nt_config_getter.c | 20 int node; in fconf_populate_event_log_config() local
|
| /arm-trusted-firmware/drivers/st/ddr/ |
| H A D | stm32mp_ram.c | 17 int stm32mp_ddr_dt_get_info(void *fdt, int node, struct stm32mp_ddr_info *info) in stm32mp_ddr_dt_get_info() argument 42 int stm32mp_ddr_dt_get_param(void *fdt, int node, const struct stm32mp_ddr_param *param, in stm32mp_ddr_dt_get_param() argument
|
| /arm-trusted-firmware/plat/xilinx/common/ |
| H A D | plat_console.c | 36 int node; in get_baudrate() local 84 static uint32_t get_node_status(void *dtb, int node) in get_node_status() argument 107 fdt_add_uart_info(dt_uart_info_t * info,int node,void * dtb) fdt_add_uart_info() argument 146 int node, ret = 0; fdt_get_uart_info() local [all...] |
| /arm-trusted-firmware/include/common/ |
| H A D | fdt_wrappers.h | 57 fdt_node_is_enabled(const void * fdt,int node) fdt_node_is_enabled() argument 67 fdt_for_each_compatible_node(dtb,node,compatible_str) global() argument [all...] |
| /arm-trusted-firmware/lib/fconf/ |
| H A D | fconf_cot_getter.c | 191 static int get_oid(const void *dtb, int node, const char *prop, char **oid) in get_oid() argument 224 populate_and_set_auth_methods(const void * dtb,int node,unsigned int img_id,img_type_t type,bool root_certificate) populate_and_set_auth_methods() argument 287 get_parent_img_id(const void * dtb,int node,unsigned int * parent_img_id) get_parent_img_id() argument 323 set_desc_data(const void * dtb,int node,img_type_t type) set_desc_data() argument 379 int node, child; populate_manifest_descs() local 414 int node, child; populate_image_descs() local [all...] |
| H A D | fconf_amu_getter.c | 31 int node = 0; in fconf_populate_amu_cpu_amu() local 73 static int fconf_populate_amu_cpu(const void *fdt, int node, uintptr_ argument [all...] |
| H A D | fconf_tbbr_getter.c | 19 int node; in fconf_populate_tbbr_dyn_config() local
|
| /arm-trusted-firmware/plat/common/ |
| H A D | plat_spmd_manifest.c | 28 int node) in manifest_parse_attribute() argument 98 int node; manifest_parse_root() local [all...] |
| /arm-trusted-firmware/drivers/st/regulator/ |
| H A D | regulator_core.c | 83 static int32_t get_supply_phandle(const void *fdt, int node, const char *name) in get_supply_phandle() argument 110 struct rdev *regulator_get_by_supply_name(const void *fdt, int node, const char *name) in regulator_get_by_supply_name() argument 421 static int parse_properties(const void *fdt, struct rdev *rdev, int node) in parse_properties() argument 448 parse_dt(struct rdev * rdev,int node) parse_dt() argument 516 regulator_register(const struct regul_description * desc,int node) regulator_register() argument [all...] |
| /arm-trusted-firmware/tools/sptool/ |
| H A D | sp_mk_generator.py | 96 def get_file_from_layout(node): argument 102 def get_offset_from_layout(node): argument 108 def get_image_offset(node) argument 112 get_pm_offset(node) global() argument [all...] |
| /arm-trusted-firmware/plat/arm/board/arm_fpga/ |
| H A D | fpga_bl31_setup.c | 164 int node, err; in fpga_get_system_frequency() local 222 int node, err; fpga_dtb_update_clock() local 369 int node = fdt_node_offset_by_compatible(fdt, 0, fpga_prepare_dtb() local 379 int node = fdt_node_offset_by_compatible(fdt, 0, fpga_prepare_dtb() local [all...] |
| H A D | fpga_console.c | 22 int node; in fpga_console_init() local
|
| /arm-trusted-firmware/ |
| H A D | package-lock.json | 23 "node": ">=16.0.0" string 35 "node": ">=6.9.0" string 44 "node": ">=6.9.0" string 58 "node": ">=6.9.0" string 70 "node": ">=4" string 84 "node": ">=4" string 108 "node": ">=4" string 120 "node": ">=4" string 143 "node": ">=v12" string 155 "node" string 168 "node": ">=v12" global() string 185 "node": ">=v12" global() string 202 "node": ">=v12" global() string 211 "node": ">=v12" global() string 224 "node": ">=v12" global() string 237 "node": ">=v12" global() string 252 "node": ">=v12" global() string 274 "node": ">=v12" global() string 283 "node": ">=v12" global() string 297 "node": ">=v12" global() string 312 "node": ">=v12" global() string 329 "node": ">=v12" global() string 345 "node": ">=v12" global() string 354 "node": ">=v12" global() string 366 "node": ">=v12" global() string 378 "node": ">=v12" global() string 390 "node": ">=12" global() string 399 "node": ">=6.9.0" global() string 408 "node": ">=6.0.0" global() string 484 "node": ">=0.4.0" global() string 493 "node": ">=0.4.0" global() string 527 "node": ">=8" global() string 539 "node": ">=8" global() string 551 "node": ">=8" global() string 581 "node": ">=0.10.0" global() string 590 "node": ">= 4.0.0" global() string 649 "node": ">=8" global() string 688 "node": ">=6" global() string 697 "node": ">=6" global() string 706 "node": ">=6" global() string 720 "node": ">=8" global() string 736 "node": ">=10" global() string 757 "node": ">=8" global() string 766 "node": ">=6" global() string 778 "node": ">= 10" global() string 792 "node": ">=12" global() string 801 "node": ">=0.8" global() string 813 "node": ">=7.0.0" global() string 849 "node": ">= 12" global() string 864 "node": ">=10" global() string 917 "node": ">=10" global() string 930 "node": ">=10" global() string 942 "node": ">=10" global() string 954 "node": ">=10" global() string 974 "node": ">=10" global() string 999 "node": ">=10" global() string 1011 "node": ">=4" global() string 1030 "node": ">=4" global() string 1042 "node": ">=4" global() string 1054 "node": ">=4" global() string 1063 "node": ">=4" global() string 1075 "node": ">=4" global() string 1084 "node": ">=4" global() string 1098 "node": ">=4" global() string 1111 "node": ">=4" global() string 1144 "node": ">=10" global() string 1156 "node": ">=10" global() string 1168 "node": ">=10" global() string 1180 "node": ">=10" global() string 1193 "node": ">=10" global() string 1202 "node": ">=10" global() string 1229 "node": ">=10" global() string 1257 "node": ">=10" global() string 1277 "node": ">=10" global() string 1299 "node": ">=10" global() string 1321 "node": ">=10" global() string 1334 "node": ">=12", global() string 1360 "node": ">= 8" global() string 1377 "node": ">= 10" global() string 1392 "node": ">=4" global() string 1406 "node": ">=4" global() string 1430 "node": ">=4" global() string 1442 "node": ">=4" global() string 1451 "node": ">=8" global() string 1460 "node": "*" global() string 1469 "node": ">=0.10.0" global() string 1482 "node": ">=0.10.0" global() string 1491 "node": ">=0.10.0" global() string 1518 "node": ">=0.10.0" global() string 1527 "node": ">=8" global() string 1536 "node": ">=8" global() string 1545 "node": ">=0.3.1" global() string 1557 "node": ">=8" global() string 1570 "node": ">=6" global() string 1582 "node": ">=6" global() string 1595 "node": ">=6" global() string 1607 "node": ">=6" global() string 1622 "node": ">=6" global() string 1631 "node": ">=6" global() string 1640 "node": ">=4" global() string 1664 "node": ">=6" global() string 1673 "node": ">=0.8.0" global() string 1693 "node": ">=10" global() string 1708 "node": ">=0.10.0" global() string 1722 "node": ">=4" global() string 1746 "node": ">=8" global() string 1761 "node": ">=8" global() string 1790 "node": ">=10" global() string 1808 "node": ">= 8" global() string 1822 "node": ">=12" global() string 1843 "node": "6.* || 8.* || >= 10.*" global() string 1861 "node": ">=6.9.0" global() string 1930 "node": ">=10" global() string 1939 "node": ">=10" global() string 1961 "node": ">=10" global() string 1974 "node": ">=4" global() string 1990 "node": ">=10" global() string 2025 "node": "*" global() string 2040 "node": ">=4" global() string 2054 "node": ">=0.10.0" global() string 2070 "node": ">=0.10.0" global() string 2106 "node": ">=0.4.7" global() string 2118 "node": ">=6" global() string 2130 "node": ">= 0.4.0" global() string 2139 "node": ">=8" global() string 2151 "node": ">=0.10.0" global() string 2163 "node": ">=10" global() string 2172 "node": ">=10.17.0" global() string 2184 "node": ">=12" global() string 2199 "node": ">=0.10.0" global() string 2232 "node": ">=6" global() string 2244 "node": ">=4" global() string 2253 "node": ">=8" global() string 2301 "node": ">=12.0.0" global() string 2328 "node": ">=0.10.0" global() string 2337 "node": ">=8" global() string 2349 "node": ">=0.10.0" global() string 2358 "node": ">=8" global() string 2367 "node": ">=0.12.0" global() string 2376 "node": ">=8" global() string 2385 "node": ">=0.10.0" global() string 2394 "node": ">=8" global() string 2409 "node": ">=0.10.0" global() string 2418 "node": ">=10" global() string 2436 "node": ">=0.10.0" global() string 2527 "node": "*" global() string 2536 "node": ">=0.10.0" global() string 2557 "node": ">=4" global() string 2570 "node": ">=4" global() string 2579 "node": ">=4" global() string 2588 "node": ">=4" global() string 2600 "node": ">=10" global() string 2634 "node": ">=10" global() string 2646 "node": ">=0.10.0" global() string 2658 "node": ">=10" global() string 2673 "node": ">=8" global() string 2698 "node": ">=10" global() string 2710 "node": ">=10" global() string 2738 "node": ">=8.6" global() string 2747 "node": ">=6" global() string 2756 "node": ">=4" global() string 2768 "node": "*" global() string 2788 "node": ">= 6" global() string 2797 "node": ">=0.10.0" global() string 2824 "node": ">=10" global() string 2836 "node": ">=8" global() string 2857 "node": ">=6" global() string 2880 "node": ">=10" global() string 2892 "node": ">=0.10.0" global() string 2904 "node": ">=10" global() string 2919 "node": ">=10" global() string 2931 "node": ">=4" global() string 2943 "node": ">=6" global() string 2958 "node": ">=8" global() string 2970 "node": ">=0.10.0" global() string 2979 "node": ">=8" global() string 2988 "node": ">=0.10.0" global() string 2997 "node": ">=8" global() string 3012 "node": ">=8" global() string 3021 "node": ">=8.6" global() string 3033 "node": ">=0.10.0" global() string 3048 "node": ">=6" global() string 3057 "node": ">=0.6.0", global() string 3067 "node": ">=8" global() string 3082 "node": ">=8" global() string 3096 "node": ">=8" global() string 3112 "node": ">=8" global() string 3124 "node": ">=8" global() string 3136 "node": ">=6" global() string 3151 "node": ">=8" global() string 3160 "node": ">=6" global() string 3169 "node": ">=8" global() string 3205 "node": ">=8" global() string 3219 "node": ">= 6" global() string 3232 "node": ">=8" global() string 3241 "node": ">=0.10.0" global() string 3271 "node": ">=0.10.0" global() string 3280 "node": ">=8" global() string 3292 "node": ">=8" global() string 3305 "node": ">=8" global() string 3314 "node": ">=0.12.0" global() string 3364 "node": ">=10" global() string 3376 "node": ">=8" global() string 3385 "node": ">=8" global() string 3400 "node": ">=0.10.0" global() string 3444 "node": "*" global() string 3481 "node": ">=10" global() string 3493 "node": ">=4" global() string 3507 "node": ">=4" global() string 3542 "node": ">=4" global() string 3554 "node": ">=4" global() string 3572 "node": ">=10" global() string 3595 "node": ">=8" global() string 3613 "node": ">=8" global() string 3622 "node": ">=8" global() string 3631 "node": ">=6" global() string 3643 "node": ">=8" global() string 3652 "node": ">=8" global() string 3667 "node": ">=8" global() string 3676 "node": ">= 0.4" global() string 3688 "node": ">=0.10" global() string 3715 "node": ">=0.6.0" global() string 3727 "node": ">=8.0" global() string 3736 "node": ">=8" global() string 3794 "node": ">=10" global() string 3816 "node": ">=4.2.0" global() string 3829 "node": ">=0.8.0" global() string 3838 "node": ">= 10.0.0" global() string 3893 "node": ">= 8" global() string 3902 "node": ">=0.10.0" global() string 3922 "node": ">=10" global() string 3940 "node": ">=0.4" global() string 3949 "node": ">=10" global() string 3964 "node": ">= 6" global() string 3982 "node": ">=12" global() string 3991 "node": ">=10" global() string 4000 "node": ">=12" global() string 4009 "node": ">=6" global() string 4018 "node": ">=10" global() string [all...] |
| H A D | package.json | 11 "node": ">=16.0.0" string
|
| /arm-trusted-firmware/drivers/st/iwdg/ |
| H A D | stm32_iwdg.c | 43 int node; in stm32_iwdg_get_dt_node() local 77 int node = -1; in stm32_iwdg_init() local [all...] |
| /arm-trusted-firmware/plat/arm/common/ |
| H A D | arm_dyn_cfg_helpers.c | 49 int arm_dyn_tb_fw_cfg_init(void *dtb, int *node) in arm_dyn_tb_fw_cfg_init() argument 143 int err, node; arm_set_event_log_info() local 352 int node, rc; arm_get_tb_fw_info() local [all...] |
| /arm-trusted-firmware/plat/arm/common/fconf/ |
| H A D | fconf_nv_cntr_getter.c | 25 int rc, node, child; in fconf_populate_nv_cntrs() local
|
| H A D | arm_fconf_sp.c | 29 int sp_node, node, err; in fconf_populate_arm_sp() local [all...] |
| /arm-trusted-firmware/plat/qemu/qemu_sbsa/ |
| H A D | sbsa_sip_svc.c | 40 int node; in read_platform_config_from_dt() local 98 int node; read_platform_version() local [all...] |