Searched refs:CORESIGHT_TRACE_ID_RES_TOP (Results 1 – 3 of 3) sorted by relevance
59 while ((bit < CORESIGHT_TRACE_ID_RES_TOP) && !found_id) { in coresight_trace_id_find_odd_id() 61 * bitmap length of CORESIGHT_TRACE_ID_RES_TOP, in coresight_trace_id_find_odd_id() 65 CORESIGHT_TRACE_ID_RES_TOP, bit); in coresight_trace_id_find_odd_id() 66 if ((next_id < CORESIGHT_TRACE_ID_RES_TOP) && (next_id & 0x1)) in coresight_trace_id_find_odd_id() 105 * CORESIGHT_TRACE_ID_RES_TOP from offset of bit 1. in coresight_trace_id_alloc_new_id() 107 id = find_next_zero_bit(id_map->used_ids, CORESIGHT_TRACE_ID_RES_TOP, 1); in coresight_trace_id_alloc_new_id() 108 if (id >= CORESIGHT_TRACE_ID_RES_TOP) in coresight_trace_id_alloc_new_id()
40 #define CORESIGHT_TRACE_ID_RES_TOP 0x70 macro 44 ((id > CORESIGHT_TRACE_ID_RES_0) && (id < CORESIGHT_TRACE_ID_RES_TOP))
36 u8 traceid_refcnt[ETR_MAX_NUM][CORESIGHT_TRACE_ID_RES_TOP];