Home
last modified time | relevance | path

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

/linux-4.4.14/arch/metag/include/asm/
Dtbx.h835 #define TBI_SETREG( Reg, Value ) do {\ macro
905 __TT |= (Bits); TBI_SETREG( CT.20, __TT); } while (0)
909 __TT &= (Bits); TBI_SETREG( CT.20, __TT); } while (0)
914 __TT |= (Bits); TBI_SETREG( TXMASK, __TT); } while (0)
918 __TT &= (Bits); TBI_SETREG( TXMASK, __TT); } while (0)