Searched refs:TXMASK (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/arch/mips/lantiq/
H A Dearly_printk.c19 #define TXMASK 0x3F00 macro
27 do { } while ((ltq_r32(LTQ_ASC_FSTAT) & TXMASK) >> TXOFFSET); prom_putchar()
/linux-4.4.14/arch/metag/include/asm/
H A Dtbx.h180 /* Return the trigger register(TXMASK[I]/TXSTAT[I]) bits related to
619 /* TXMASK[I] bits zeroed upto and including current trigger level */
891 #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)
1114 /* Change TRIGS (TXMASK) - return old state - use TBI_TRIGSX */
H A Dmetag_regs.h421 #define TXPRIVEXT_TXTRIGGER_BIT 0x00020000 /* TXSTAT|TXMASK|TXPOLL */
996 * TXSTAT, TXMASK, TXPOLL, TXSTATI, TXMASKI, TXPOLLI registers from trigger

Completed in 130 milliseconds