Searched refs:CORESIGHT_TRACE_ID_RES_TOP (Results 1 – 2 of 2) sorted by relevance
53 while ((bit < CORESIGHT_TRACE_ID_RES_TOP) && !found_id) { in coresight_trace_id_find_odd_id()59 CORESIGHT_TRACE_ID_RES_TOP, bit); in coresight_trace_id_find_odd_id()60 if ((next_id < CORESIGHT_TRACE_ID_RES_TOP) && (next_id & 0x1)) in coresight_trace_id_find_odd_id()97 id = find_next_zero_bit(id_map->used_ids, CORESIGHT_TRACE_ID_RES_TOP, 1); in coresight_trace_id_alloc_new_id()98 if (id >= CORESIGHT_TRACE_ID_RES_TOP) in coresight_trace_id_alloc_new_id()
40 #define CORESIGHT_TRACE_ID_RES_TOP 0x70 macro44 ((id > CORESIGHT_TRACE_ID_RES_0) && (id < CORESIGHT_TRACE_ID_RES_TOP))