Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/misc/sgi-gru/ !
Dgruhandles.c67 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()
Dgruhandles.h95 #define TYPE_IS(hn, h) ((h) >= GRU_##hn##_BASE && (h) < \ macro