Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/lantiq/
Dearly_printk.c19 #define TXMASK 0x3F00 macro
27 do { } while ((ltq_r32(LTQ_ASC_FSTAT) & TXMASK) >> TXOFFSET); in prom_putchar()
/linux-4.1.27/arch/metag/include/asm/
Dtbx.h891 #define TBI_TRIGSX( SrcDst ) do { TBI_SWAPREG( TXMASK, SrcDst );} while (0)
913 int __TT = TBI_GETREG( TXMASK ); \
914 __TT |= (Bits); TBI_SETREG( TXMASK, __TT); } while (0)
917 int __TT = TBI_GETREG( TXMASK ); \
918 __TT &= (Bits); TBI_SETREG( TXMASK, __TT); } while (0)