Lines Matching refs:node_id
61 unsigned int node_id; in process_node_hnf() local
72 node_id = get_node_id(hnf); in process_node_hnf()
79 if (config->hnf_cal_mode == true && (node_id % 2 == 1) && in process_node_hnf()
105 if (node_id % 2 == 0) in process_node_hnf()
131 hnf->SAM_MEMREGION[region_sub_count] = region->node_id | in process_node_hnf()
353 unsigned int node_id = get_child_node_id(xp, node_idx); in cmn600_configure() local
364 ctx->external_rnsam_table[xrnsam_entry].node_id = node_id; in cmn600_configure()
521 (region->node_id & CMN600_RNSAM_NON_HASH_TGT_NODEID_ENTRY_MASK) in cmn600_setup_sam()
577 rnsam->SYS_CACHE_GRP_NOHASH_NODEID |= (region->node_id & in cmn600_setup_sam()
680 static int cmn600_setup_rnsam(unsigned int node_id) in cmn600_setup_rnsam() argument
685 if (ctx->external_rnsam_table[node_idx].node_id == node_id) { in cmn600_setup_rnsam()
743 cmn600_setup_rnsam(ctx->config->mmap_table[i].node_id); in cmn600_ccix_config_set()