Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/hisi-ptt-decoder/
H A Dhisi-ptt-pkt-decoder.c97 for (i = 0; i < HISI_PTT_FIELD_LENTH; i++) in hisi_ptt_print_pkt()
111 pos += HISI_PTT_FIELD_LENTH; in hisi_ptt_8dw_kpt_desc()
116 pos += HISI_PTT_FIELD_LENTH; in hisi_ptt_8dw_kpt_desc()
131 for (i = 0; i < HISI_PTT_FIELD_LENTH; i++) in hisi_ptt_4dw_print_dw0()
148 pos += HISI_PTT_FIELD_LENTH; in hisi_ptt_4dw_kpt_desc()
152 pos += HISI_PTT_FIELD_LENTH; in hisi_ptt_4dw_kpt_desc()
H A Dhisi-ptt-pkt-decoder.h16 #define HISI_PTT_FIELD_LENTH 4 macro