Home
last modified time | relevance | path

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

/linux-4.4.14/arch/metag/tbx/
Dtbiroot.S69 MOV D0Re0,TXENABLE /* Which thread are we? */
Dtbictxfpu.S52 MOV D0Ar6, TXENABLE
Dtbipcx.S312 MOV D1Ar3,TXENABLE /* Which thread are we? */
333 MOV D1Ar3,TXENABLE /* Which thread are we? */
/linux-4.4.14/arch/metag/kernel/
Duser_gateway.S41 MOV D1Ar3,TXENABLE
Dhead.S45 XOR TXENABLE,D0Re0,D0Re0
Dsetup.c474 txenable = __core_reg_get(TXENABLE); in show_cpuinfo()
/linux-4.4.14/arch/metag/mm/
Dcache.c208 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/
Dmetag_regs.h314 #define TXENABLE CT.0 /* Need to define bit-field values in these */ macro
/linux-4.4.14/drivers/tty/
Dsynclinkmp.c391 #define TXENABLE 0x02 macro
2234 write_reg(info, CMD, TXENABLE); in isr_txeom()
4202 write_reg(info, CMD, TXENABLE); in tx_start()