Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/misc/sgi-gru/
Dgruhandles.c54 if (TYPE_IS(CCH, goff)) in report_instruction_timeout()
56 else if (TYPE_IS(TGH, goff)) in report_instruction_timeout()
58 else if (TYPE_IS(TFH, goff)) in report_instruction_timeout()
Dgruhandles.h82 #define TYPE_IS(hn, h) ((h) >= GRU_##hn##_BASE && (h) < \ macro