Searched refs:TYPE_IS (Results 1 – 2 of 2) sorted by relevance
67 if (TYPE_IS(CCH, goff)) in report_instruction_timeout()69 else if (TYPE_IS(TGH, goff)) in report_instruction_timeout()71 else if (TYPE_IS(TFH, goff)) in report_instruction_timeout()
95 #define TYPE_IS(hn, h) ((h) >= GRU_##hn##_BASE && (h) < \ macro