Home
last modified time | relevance | path

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

/arch/metag/include/asm/
Dtbx.h854 #define TBI_LOCK( TrigState ) do {\ argument
862 TrigState = __TRValue; } while (0)
863 #define TBI_CRITON( TrigState ) do {\ argument
869 TrigState = __TRValue; } while (0)
871 #define TBI_INTSX( TrigState ) do {\ argument
872 int __TRValue = TrigState; \
875 TrigState = __TRValue; } while (0)
877 #define TBI_UNLOCK( TrigState ) do {\ argument
878 int __TRValue = TrigState; \
885 #define TBI_CRITOFF( TrigState ) do {\ argument
[all …]