Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-arm/arch-sa1100/
Duncompress.h26 if (UART(UTCR3) & UTCR3_TXE) break; in puts()
28 if (UART(UTCR3) & UTCR3_TXE) break; in puts()
30 if (UART(UTCR3) & UTCR3_TXE) break; in puts()
DSA-1100.h358 #define UTCR3_TXE 0x00000002 /* Transmit Enable */ macro
367 (UTCR3_RXE + UTCR3_TXE)
/linux-2.4.37.9/arch/arm/kernel/
Ddebug-armv.S192 tst r1, #UTCR3_TXE
197 tsteq r1, #UTCR3_TXE
202 tsteq r1, #UTCR3_TXE
/linux-2.4.37.9/drivers/net/irda/
Dsa1100_ir.c173 Ser2UTCR3 = UTCR3_RIE | UTCR3_RXE | UTCR3_TXE; in sa1100_irda_set_speed()
528 Ser2UTCR3 = UTCR3_RIE | UTCR3_RXE | UTCR3_TXE; in sa1100_irda_hpsir_irq()
771 Ser2UTCR3 = UTCR3_TIE | UTCR3_TXE; in sa1100_irda_hard_xmit()