Home
last modified time | relevance | path

Searched refs:CORESIGHT_TRACE_ID_RES_TOP (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-trace-id.c59 while ((bit < CORESIGHT_TRACE_ID_RES_TOP) && !found_id) { 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()
103 id = find_next_zero_bit(id_map->used_ids, CORESIGHT_TRACE_ID_RES_TOP, 1); in coresight_trace_id_alloc_new_id()
104 if (id >= CORESIGHT_TRACE_ID_RES_TOP) in coresight_trace_id_alloc_new_id()
142 for_each_set_bit(bit, id_map->pend_rel_ids, CORESIGHT_TRACE_ID_RES_TOP) { in coresight_trace_id_release_all_pending()
H A Dcoresight-trace-id.h43 #define CORESIGHT_TRACE_ID_RES_TOP 0x70 macro
47 ((id > CORESIGHT_TRACE_ID_RES_0) && (id < CORESIGHT_TRACE_ID_RES_TOP))