Searched refs:hnf_count (Results 1 – 14 of 14) sorted by relevance
183 if (ctx->hnf_count >= MAX_HNF_COUNT) { in cmn_booker_discovery()186 ctx->hnf_count, in cmn_booker_discovery()190 ctx->hnf_count++; in cmn_booker_discovery()215 ctx->hnf_count); in cmn_booker_discovery()224 "Total HN-F nodes: %d", ctx->hnf_count); in cmn_booker_discovery()307 unsigned int hnf_count; in cmn_booker_setup_sam() local390 hnf_count = ctx->hnf_count/2; in cmn_booker_setup_sam()392 hnf_count = ctx->hnf_count; in cmn_booker_setup_sam()399 rnsam->SYS_CACHE_GRP_HN_COUNT = hnf_count; in cmn_booker_setup_sam()458 if (ctx->hnf_count != 0) { in cmn_booker_setup()[all …]
57 static inline size_t cmn700_hnf_cache_group_count(size_t hnf_count) in cmn700_hnf_cache_group_count() argument102 ctx->hnf_count / hier_hash_cfg->hnf_cluster_count; in process_node_hnf()263 if (ctx->hnf_count >= MAX_HNF_COUNT) { in cmn700_discovery()266 ctx->hnf_count, in cmn700_discovery()270 ctx->hnf_count++; in cmn700_discovery()369 ctx->hnf_count); in cmn700_discovery()484 fwk_assert(logical_id < ctx->hnf_count); in cmn700_configure()540 unsigned int hnf_count; in cmn700_setup_sam() local746 hnf_count = ctx->hnf_count / 2; in cmn700_setup_sam()748 hnf_count = ctx->hnf_count; in cmn700_setup_sam()[all …]
386 for (i = 0; i < ctx->hnf_count; i++) { in program_hnf_ldid_to_chi_node_id_reg()
207 if (ctx->hnf_count >= MAX_HNF_COUNT) { in cmn650_discovery()210 ctx->hnf_count, in cmn650_discovery()214 ctx->hnf_count++; in cmn650_discovery()300 ctx->hnf_count); in cmn650_discovery()425 fwk_assert(hnf_entry < ctx->hnf_count); in cmn650_configure()440 unsigned int hnf_count; in cmn650_setup_sam() local652 hnf_count = ctx->hnf_count / 2; in cmn650_setup_sam()654 hnf_count = ctx->hnf_count; in cmn650_setup_sam()661 rnsam->SYS_CACHE_GRP_HN_COUNT = hnf_count; in cmn650_setup_sam()720 if (ctx->hnf_count != 0) { in cmn650_setup()[all …]
363 for (i = 0; i < ctx->hnf_count; i++) { in program_hnf_ldid_to_chi_node_id_reg()409 for (i = 0; i < ctx->hnf_count; i++) { in program_hnf_ldid_to_chi_node_id_reg()
27 unsigned int hnf_count; member
47 static inline size_t cmn600_hnf_cache_group_count(size_t hnf_count) in cmn600_hnf_cache_group_count() argument49 return (hnf_count + CMN600_HNF_CACHE_GROUP_ENTRIES_PER_GROUP - 1) / in cmn600_hnf_cache_group_count()89 ctx->hnf_count--; in process_node_hnf()217 if (ctx->hnf_count >= MAX_HNF_COUNT) { in cmn600_discovery()220 ctx->hnf_count, in cmn600_discovery()296 ctx->hnf_count); in cmn600_discovery()304 FWK_LOG_INFO(MOD_NAME "Total HN-F nodes: %d", ctx->hnf_count); in cmn600_discovery()593 group_count = cmn600_hnf_cache_group_count(ctx->hnf_count); in cmn600_setup_sam()598 rnsam->SYS_CACHE_GRP_HN_COUNT = ctx->hnf_count; in cmn600_setup_sam()641 if (ctx->hnf_count != 0) { in cmn600_setup()[all …]
273 for (i = 0; i < ctx->hnf_count; i++) { in program_hnf_ldid_to_chi_node_id_reg()
36 static inline size_t cmn_skeena_hnf_cache_group_count(size_t hnf_count) in cmn_skeena_hnf_cache_group_count() argument38 return (hnf_count + CMN_SKEENA_HNF_CACHE_GROUP_ENTRIES_PER_GROUP - 1) / in cmn_skeena_hnf_cache_group_count()77 ctx->hnf_count--; in process_node_hnf()244 if (ctx->hnf_count >= MAX_HNF_COUNT) { in cmn_skeena_discovery()247 ctx->hnf_count, in cmn_skeena_discovery()324 ctx->hnf_count); in cmn_skeena_discovery()332 FWK_LOG_INFO(MOD_NAME "Total HN-F nodes: %d", ctx->hnf_count); in cmn_skeena_discovery()637 group_count = cmn_skeena_hnf_cache_group_count(ctx->hnf_count); in cmn_skeena_setup_sam()642 rnsam->SYS_CACHE_GRP_HN_COUNT = ctx->hnf_count; in cmn_skeena_setup_sam()685 if (ctx->hnf_count != 0) { in cmn_skeena_setup()[all …]
292 for (i = 0; i < ctx->hnf_count; i++) { in program_hnf_ldid_to_chi_node_id_reg()
40 unsigned int hnf_count; member
Completed in 20 milliseconds