Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-arm/arch-sa1100/
Duncompress.h36 while (!(UART(UTSR1) & UTSR1_TNF)) in puts()
44 while (!(UART(UTSR1) & UTSR1_TNF)) in puts()
DSA-1100.h395 #define UTSR1_TNF 0x00000004 /* Transmit FIFO Not Full (read) */ macro
/linux-2.4.37.9/arch/arm/kernel/
Ddebug-armv.S214 tst \rd, #UTSR1_TNF
/linux-2.4.37.9/drivers/net/irda/
Dsa1100_ir.c507 } while (Ser2UTSR1 & UTSR1_TNF && si->tx_buff.len); in sa1100_irda_hpsir_irq()