Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/sgi-gru/
H A Dgruhandles.c55 if (TYPE_IS(CCH, goff)) in report_instruction_timeout()
57 else if (TYPE_IS(TGH, goff)) in report_instruction_timeout()
59 else if (TYPE_IS(TFH, goff)) in report_instruction_timeout()
H A Dgruhandles.h82 #define TYPE_IS(hn, h) ((h) >= GRU_##hn##_BASE && (h) < \ macro