Searched refs:node_xp (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/bus/ |
D | arm-ccn.c | 213 static void arm_ccn_pmu_config_set(u64 *config, u32 node_xp, u32 type, u32 port) in arm_ccn_pmu_config_set() argument 216 *config |= (node_xp << 0) | (type << 8) | (port << 24); in arm_ccn_pmu_config_set() 618 u32 node_xp, type, event_id; in arm_ccn_pmu_event_init() local 646 node_xp = CCN_CONFIG_NODE(event->attr.config); in arm_ccn_pmu_event_init() 653 if (node_xp >= ccn->num_xps) { in arm_ccn_pmu_event_init() 654 dev_warn(ccn->dev, "Invalid XP ID %d!\n", node_xp); in arm_ccn_pmu_event_init() 661 if (node_xp >= ccn->num_nodes) { in arm_ccn_pmu_event_init() 662 dev_warn(ccn->dev, "Invalid node ID %d!\n", node_xp); in arm_ccn_pmu_event_init() 665 if (!arm_ccn_pmu_type_eq(type, ccn->node[node_xp].type)) { in arm_ccn_pmu_event_init() 667 type, node_xp); in arm_ccn_pmu_event_init() [all …]
|