Home
last modified time | relevance | path

Searched refs:root (Results 1 – 25 of 33) sorted by relevance

12

/SCP-firmware-master/module/cmn600/src/
A Dcmn600.c87 unsigned int get_cmn600_revision(struct cmn600_cfgm_reg *root) in get_cmn600_revision() argument
90 (root->PERIPH_ID[1] & CMN600_PERIPH_ID_2_MASK) >> in get_cmn600_revision()
94 const char *get_cmn600_revision_name(struct cmn600_cfgm_reg *root) in get_cmn600_revision_name() argument
98 revision = get_cmn600_revision(root); in get_cmn600_revision_name()
107 bool is_cal_mode_supported(struct cmn600_cfgm_reg *root) in is_cal_mode_supported() argument
109 return (get_cmn600_revision(root) >= CMN600_PERIPH_ID_2_REV_R2_P0) ? in is_cal_mode_supported()
A Dmod_cmn600.c80 is_cal_mode_supported(ctx->root)) { in process_node_hnf()
104 if (config->hnf_cal_mode == true && is_cal_mode_supported(ctx->root)) { in process_node_hnf()
168 fwk_assert(get_node_type(ctx->root) == NODE_TYPE_CFG); in cmn600_discovery()
171 xp_count = get_node_child_count(ctx->root); in cmn600_discovery()
174 xp = get_child_node(config->base, ctx->root, xp_idx); in cmn600_discovery()
336 fwk_assert(get_node_type(ctx->root) == NODE_TYPE_CFG); in cmn600_configure()
342 xp_count = get_node_child_count(ctx->root); in cmn600_configure()
344 xp = get_child_node(config->base, ctx->root, xp_idx); in cmn600_configure()
386 switch (get_cmn600_revision(ctx->root)) { in get_tgt_nodeid_reg_count()
601 if (is_cal_mode_supported(ctx->root) && config->hnf_cal_mode) { in cmn600_setup_sam()
[all …]
A Dcmn600.h681 unsigned int get_cmn600_revision(struct cmn600_cfgm_reg *root);
690 const char *get_cmn600_revision_name(struct cmn600_cfgm_reg *root);
804 bool is_cal_mode_supported(struct cmn600_cfgm_reg *root);
A Dcmn600_ccix.c96 if (get_cmn600_revision(ctx->root) == CMN600_PERIPH_ID_2_REV_R2_P0) { in enable_smp_mode()
113 } else if (get_cmn600_revision(ctx->root) >= CMN600_PERIPH_ID_2_REV_R3_P0) { in enable_smp_mode()
/SCP-firmware-master/tools/
A Dcheck_tabs.py103 for root, dirs, files in os.walk(cwd, topdown=True):
108 if os.path.join(root, d) not in EXCLUDE_DIRECTORIES]
117 if os.path.join(root, f) not in git_ignores]
131 path = os.path.join(root, filename)
A Dcheck_api.py91 for root, dirs, files in os.walk(cwd, topdown=True):
96 if os.path.join(root, d) not in EXCLUDE_DIRECTORIES]
115 path = os.path.join(root, filename)
A Dcheck_style.py146 for root, dirs, files in os.walk(directory):
148 filename = os.path.join(root, file)
A Dcheck_spacing.py116 for root, dirs, files in os.walk(cwd, topdown=True):
121 if os.path.join(root, d) not in EXCLUDE_DIRECTORIES]
142 path = os.path.join(root, filename)
/SCP-firmware-master/module/cmn_booker/include/internal/
A Dcmn_booker_ctx.h24 struct cmn_booker_cfgm_reg *root; member
/SCP-firmware-master/module/cmn_skeena/src/
A Dcmn_skeena.c74 unsigned int get_cmn_skeena_revision(struct cmn_skeena_cfgm_reg *root) in get_cmn_skeena_revision() argument
76 return (root->PERIPH_ID[1] & CMN_SKEENA_PERIPH_ID_2_MASK); in get_cmn_skeena_revision()
79 bool is_cal_mode_supported(struct cmn_skeena_cfgm_reg *root) in is_cal_mode_supported() argument
81 return (get_cmn_skeena_revision(root) >= CMN_SKEENA_PERIPH_ID_2_REV_R2_P0) ? in is_cal_mode_supported()
A Dmod_cmn_skeena.c69 is_cal_mode_supported(ctx->root)) { in process_node_hnf()
92 if (config->hnf_cal_mode == true && is_cal_mode_supported(ctx->root)) { in process_node_hnf()
197 fwk_assert(get_node_type(ctx->root) == NODE_TYPE_CFG); in cmn_skeena_discovery()
200 xp_count = get_node_child_count(ctx->root); in cmn_skeena_discovery()
202 xp = get_child_node(config->base, ctx->root, xp_idx); in cmn_skeena_discovery()
362 fwk_assert(get_node_type(ctx->root) == NODE_TYPE_CFG); in cmn_skeena_configure()
368 xp_count = get_node_child_count(ctx->root); in cmn_skeena_configure()
370 xp = get_child_node(config->base, ctx->root, xp_idx); in cmn_skeena_configure()
645 if (is_cal_mode_supported(ctx->root) && config->hnf_cal_mode) { in cmn_skeena_setup_sam()
850 ctx->root = get_root_node( in cmn_skeena_init()
A Dcmn_skeena_ccix.c102 if (get_cmn_skeena_revision(ctx->root) == in enable_smp_mode()
121 get_cmn_skeena_revision(ctx->root) >= in enable_smp_mode()
/SCP-firmware-master/module/cmn650/src/
A Dcmn650.c97 unsigned int get_cmn650_revision(struct cmn650_cfgm_reg *root) in get_cmn650_revision() argument
99 return (root->PERIPH_ID[1] & CMN650_PERIPH_ID_2_MASK) >> in get_cmn650_revision()
103 const char *get_cmn650_revision_name(struct cmn650_cfgm_reg *root) in get_cmn650_revision_name() argument
107 revision = get_cmn650_revision(root); in get_cmn650_revision_name()
A Dmod_cmn650.c161 MOD_NAME "CMN-650 revision: %s", get_cmn650_revision_name(ctx->root)); in cmn650_discovery()
164 fwk_assert(get_node_type(ctx->root) == NODE_TYPE_CFG); in cmn650_discovery()
167 xp_count = get_node_child_count(ctx->root); in cmn650_discovery()
169 xp = get_child_node(config->base, ctx->root, xp_idx); in cmn650_discovery()
361 fwk_assert(get_node_type(ctx->root) == NODE_TYPE_CFG); in cmn650_configure()
368 xp_count = get_node_child_count(ctx->root); in cmn650_configure()
370 xp = get_child_node(config->base, ctx->root, xp_idx); in cmn650_configure()
867 device_ctx->root = get_root_node( in cmn650_device_init()
A Dcmn650.h452 const char *get_cmn650_revision_name(struct cmn650_cfgm_reg *root);
/SCP-firmware-master/module/cmn700/include/internal/
A Dcmn700_ctx.h24 struct cmn700_cfgm_reg *root; member
/SCP-firmware-master/module/cmn650/include/internal/
A Dcmn650_ctx.h24 struct cmn650_cfgm_reg *root; member
/SCP-firmware-master/module/cmn_booker/src/
A Dmod_cmn_booker.c141 fwk_assert(get_node_type(ctx->root) == NODE_TYPE_CFG); in cmn_booker_discovery()
144 xp_count = get_node_child_count(ctx->root); in cmn_booker_discovery()
146 xp = get_child_node(config->base, ctx->root, xp_idx); in cmn_booker_discovery()
242 fwk_assert(get_node_type(ctx->root) == NODE_TYPE_CFG); in cmn_booker_configure()
248 xp_count = get_node_child_count(ctx->root); in cmn_booker_configure()
250 xp = get_child_node(config->base, ctx->root, xp_idx); in cmn_booker_configure()
547 ctx->root = get_root_node( in cmn_booker_init()
/SCP-firmware-master/module/cmn600/include/internal/
A Dcmn600_ctx.h37 struct cmn600_cfgm_reg *root; member
/SCP-firmware-master/module/cmn_skeena/include/internal/
A Dcmn_skeena_ctx.h37 struct cmn_skeena_cfgm_reg *root; member
/SCP-firmware-master/module/cmn700/src/
A Dcmn700.c109 unsigned int get_cmn700_revision(struct cmn700_cfgm_reg *root) in get_cmn700_revision() argument
111 return (root->PERIPH_ID[1] & CMN700_PERIPH_ID_2_MASK) >> in get_cmn700_revision()
115 const char *get_cmn700_revision_name(struct cmn700_cfgm_reg *root) in get_cmn700_revision_name() argument
119 revision = get_cmn700_revision(root); in get_cmn700_revision_name()
A Dmod_cmn700.c212 MOD_NAME "CMN-700 revision: %s", get_cmn700_revision_name(ctx->root)); in cmn700_discovery()
214 FWK_LOG_DEBUG(MOD_NAME "Rootnode Base address: 0x%x", (uintptr_t)ctx->root); in cmn700_discovery()
216 fwk_assert(get_node_type(ctx->root) == NODE_TYPE_CFG); in cmn700_discovery()
219 xp_count = get_node_child_count(ctx->root); in cmn700_discovery()
221 xp = get_child_node(config->base, ctx->root, xp_idx); in cmn700_discovery()
419 fwk_assert(get_node_type(ctx->root) == NODE_TYPE_CFG); in cmn700_configure()
425 xp_count = get_node_child_count(ctx->root); in cmn700_configure()
427 xp = get_child_node(config->base, ctx->root, xp_idx); in cmn700_configure()
946 device_ctx->root = (struct cmn700_cfgm_reg *)device_ctx->config->base; in cmn700_device_init()
/SCP-firmware-master/doc/
A Dcmsis.md54 <root>
74 <root>
A Dbuild_system.md22 <root>
55 implemented under the modules/ directory at the root of the project, or they
59 <module root>
/SCP-firmware-master/arch/arm/armv8-a/src/
A Darch_gic.c56 struct r_node *root; member
74 rt->root = NULL; in init_entry()
102 return _lookup(rt->root, NULL, iid, 0); in lookup_entry()
141 return _add(&rt->root, iid, entry, len, 0); in add_entry()

Completed in 33 milliseconds

12