Home
last modified time | relevance | path

Searched refs:UTCR3_TIE (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/tty/serial/
Dsa1100.c150 UART_PUT_UTCR3(sport, utcr3 & ~UTCR3_TIE); in sa1100_stop_tx()
164 UART_PUT_UTCR3(sport, utcr3 | UTCR3_TIE); in sa1100_start_tx()
486 UART_PUT_UTCR3(sport, old_utcr3 & ~(UTCR3_RIE | UTCR3_TIE)); in sa1100_set_termios()
710 UART_PUT_UTCR3(sport, (old_utcr3 & ~(UTCR3_RIE | UTCR3_TIE)) | in sa1100_console_write()
/linux-2.6.39/drivers/net/irda/
Dsa1100_ir.c688 Ser2UTCR3 = UTCR3_TIE | UTCR3_TXE; in sa1100_irda_hard_xmit()
/linux-2.6.39/arch/arm/mach-sa1100/include/mach/
DSA-1100.h362 #define UTCR3_TIE 0x00000010 /* Transmit FIFO 1/2-full or less */ macro