Home
last modified time | relevance | path

Searched refs:TX_BUSY (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/arch/mips/galileo-boards/ev96100/
Dputs.c19 #define TX_BUSY 0x20 macro
50 } while (0 == (ch & TX_BUSY)); in putch()
66 } while (0 == (ch & TX_BUSY)); in putchar()
83 } while (0 == (ch & TX_BUSY)); in puts()
104 } while (0 == (ch & TX_BUSY)); in fputs()
/linux-2.4.37.9/arch/mips/ite-boards/generic/
Dputs.c36 #define TX_BUSY 0x20 macro
67 } while (0 == (ch & TX_BUSY)); in putch()
84 } while (0 == (ch & TX_BUSY)); in puts()
105 } while (0 == (ch & TX_BUSY)); in fputs()
/linux-2.4.37.9/arch/mips/au1000/common/
Dputs.c37 #define TX_BUSY 0x20 macro
69 } while (0 == (ch & TX_BUSY)); in putch()
87 } while (0 == (ch & TX_BUSY)); in puts()
109 } while (0 == (ch & TX_BUSY)); in fputs()
/linux-2.4.37.9/drivers/char/rio/
Dphb.h97 #define TX_BUSY 0x1000 /* Data in FIFO, shift or holding regs */ macro
/linux-2.4.37.9/drivers/net/
Dde600.c180 #define TX_BUSY 0x08 macro
545 if (irq_status & TX_BUSY) in de600_tx_intr()