Searched refs:UTX_TX_AVAIL (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A D68328serial.c197 while (!(UTX & UTX_TX_AVAIL) && (loops < 1000)) {
358 if (tx & UTX_TX_AVAIL) transmit_chars(info);
673 if (uart->utx.w & UTX_TX_AVAIL) {
684 while (!(uart->utx.w & UTX_TX_AVAIL)) udelay(5);
738 while (!(uart->utx.w & UTX_TX_AVAIL)) udelay(5);
740 if (uart->utx.w & UTX_TX_AVAIL) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A DMC68328.h949 #define UTX_TX_AVAIL 0x2000 /* Transmit FIFO has a slot available */ macro
H A DMC68EZ328.h756 #define UTX_TX_AVAIL 0x2000 /* Transmit FIFO has a slot available */ macro
H A DMC68VZ328.h850 #define UTX_TX_AVAIL 0x2000 /* Transmit FIFO has a slot available */ macro

Completed in 162 milliseconds