Searched refs:TXENABLE (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/arch/metag/tbx/ |
D | tbiroot.S | 69 MOV D0Re0,TXENABLE /* Which thread are we? */
|
D | tbictxfpu.S | 52 MOV D0Ar6, TXENABLE
|
D | tbipcx.S | 312 MOV D1Ar3,TXENABLE /* Which thread are we? */ 333 MOV D1Ar3,TXENABLE /* Which thread are we? */
|
/linux-4.4.14/arch/metag/kernel/ |
D | user_gateway.S | 41 MOV D1Ar3,TXENABLE
|
D | head.S | 45 XOR TXENABLE,D0Re0,D0Re0
|
D | setup.c | 474 txenable = __core_reg_get(TXENABLE); in show_cpuinfo()
|
/linux-4.4.14/arch/metag/mm/ |
D | cache.c | 208 thread = (__core_reg_get(TXENABLE) & TXENABLE_THREAD_BITS) in metag_phys_data_cache_flush() 353 thread = (__core_reg_get(TXENABLE) & TXENABLE_THREAD_BITS) in metag_phys_code_cache_flush()
|
/linux-4.4.14/arch/metag/include/asm/ |
D | metag_regs.h | 314 #define TXENABLE CT.0 /* Need to define bit-field values in these */ macro
|
/linux-4.4.14/drivers/tty/ |
D | synclinkmp.c | 391 #define TXENABLE 0x02 macro 2234 write_reg(info, CMD, TXENABLE); in isr_txeom() 4202 write_reg(info, CMD, TXENABLE); in tx_start()
|