Lines Matching refs:node_id
59 unsigned int node_id; in process_node_hnf() local
68 node_id = get_node_id(hnf); in process_node_hnf()
74 if (config->hnf_cal_mode == true && (node_id % 2 == 1)) { in process_node_hnf()
92 if (node_id % 2 == 0) { in process_node_hnf()
122 hnf->SAM_MEMREGION[region_sub_count] = region->node_id | in process_node_hnf()
355 unsigned int node_id; in cmn650_configure() local
378 node_id = get_child_node_id(xp, node_idx); in cmn650_configure()
387 ctx->cxla_reg_table[ldid].node_id = node_id; in cmn650_configure()
393 ctx->external_rnsam_table[xrnsam_entry].node_id = node_id; in cmn650_configure()
400 node_id = get_node_id(node); in cmn650_configure()
413 ctx->cxg_ra_reg_table[ldid].node_id = node_id; in cmn650_configure()
421 ctx->cxg_ha_reg_table[ldid].node_id = node_id; in cmn650_configure()
495 (region->node_id & CMN650_RNSAM_NON_HASH_TGT_NODEID_ENTRY_MASK) in cmn650_setup_sam()
571 cxra_node_id = ctx->cxg_ra_reg_table[cxra_ldid].node_id; in cmn650_setup_sam()
609 cpa_cxra_node_id = ctx->cxg_ra_reg_table[cpa_cxra_ldid].node_id; in cmn650_setup_sam()
794 static int cmn650_setup_rnsam(unsigned int node_id) in cmn650_setup_rnsam() argument
799 if (ctx->external_rnsam_table[node_idx].node_id == node_id) { in cmn650_setup_rnsam()