Lines Matching +full:1 +full:v8
17 /* Number of CTI signals in the v8 architecturally defined connection */
26 #define CTI_DT_V8ARCH_COMPAT "arm,coresight-cti-v8-arch"
48 return -1; in of_cti_get_cpu_at_node()
53 return -1; in of_cti_get_cpu_at_node()
58 return (cpu < 0) ? -1 : cpu; in of_cti_get_cpu_at_node()
64 return -1; in of_cti_get_cpu_at_node()
78 return -1; in cti_plat_get_cpu_at_node()
170 * Create an architecturally defined v8 connection
186 "ARM v8 architectural CTI connection: missing cpu\n"); in cti_plat_create_v8_connections()
191 /* Allocate the v8 cpu connection memory */ in cti_plat_create_v8_connections()
196 /* Set the v8 PE CTI connection data */ in cti_plat_create_v8_connections()
197 tc->con_in->used_mask = 0x3; /* sigs <0 1> */ in cti_plat_create_v8_connections()
199 tc->con_in->sig_types[1] = PE_PMUIRQ; in cti_plat_create_v8_connections()
200 tc->con_out->used_mask = 0x7; /* sigs <0 1 2 > */ in cti_plat_create_v8_connections()
202 tc->con_out->sig_types[1] = PE_DBGRESTART; in cti_plat_create_v8_connections()
210 /* Create the v8 ETM associated connection */ in cti_plat_create_v8_connections()
297 * Match type id to signal index, 1st type to 1st index etc. in cti_plat_read_trig_types()
345 int cpuid = -1, err = 0; in cti_plat_create_connection()
446 /* check for a v8 architectural CTI device */ in cti_plat_get_hw_data()