Home
last modified time | relevance | path

Searched refs:XHRE (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/i86pc/boot/
H A Dboot_serial.h49 #define XHRE 0x20 /* ... xmit hold buffer empty */ macro
H A Dboot_console.c792 while (((inb(port + LSR) & XHRE) == 0) && checks--) in serial_putchar()
/titanic_41/usr/src/uts/sun4/sys/
H A Dsudev.h107 #define XHRE 0x20 /* tx hold reg is now empty */ macro
/titanic_41/usr/src/uts/common/sys/
H A Dasy.h104 #define XHRE 0x20 /* tx hold reg is now empty */ macro
/titanic_41/usr/src/uts/common/io/
H A Dasy.c700 if ((lsr & (XSRE | XHRE)) == (XSRE | XHRE)) in asydetach()
1965 asy->asy_ioaddr + LSR) & (XSRE|XHRE)) == 0)); in asy_isbusy()
2300 if ((lsr & XHRE) && (async->async_flags & ASYNC_BUSY) && in asyintr()
3192 XHRE)) in async_nstart()
3227 if (ddi_get8(asy->asy_iohandle, asy->asy_ioaddr + LSR) & XHRE) { in async_resume()
4202 asy->asy_ioaddr + LSR) & XHRE) == 0) { in asyputchar()
4639 (ddi_get8(asy->asy_iohandle, asy->asy_ioaddr + LSR) & XHRE)) { in async_flowcontrol_sw_input()
/titanic_41/usr/src/uts/sun4/io/
H A Dsu_driver.c1529 while ((INB(LSR) & XHRE) == 0) { in asyputchar()
1763 if (lsr & XHRE) { in async_txint()
2719 if (INB(LSR) & XHRE) { in async_nstart()
2748 if (INB(LSR) & XHRE) { in async_resume()
3715 if ((ss = async->async_flowc) != '\0' && (INB(LSR) & XHRE)) { in asycheckflowcontrol_sw()