Searched refs:num_hw_cntrs (Results 1 – 1 of 1) sorted by relevance
44 ((model)->num_hw_cntrs + (model)->fixed_hw_cntrs)87 u32 num_hw_cntrs; member1406 if (WARN_ON(model->num_hw_cntrs > NUM_HW_CNTRS_MAX)) in cci_pmu_init()1432 if (num_cntrs > cci_pmu->model->num_hw_cntrs) { in cci_pmu_init()1436 num_cntrs, cci_pmu->model->num_hw_cntrs); in cci_pmu_init()1437 num_cntrs = cci_pmu->model->num_hw_cntrs; in cci_pmu_init()1465 .num_hw_cntrs = NUM_HW_CNTRS_CII_4XX,1485 .num_hw_cntrs = NUM_HW_CNTRS_CII_4XX,1507 .num_hw_cntrs = NUM_HW_CNTRS_CII_5XX,1531 .num_hw_cntrs = NUM_HW_CNTRS_CII_5XX,