Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4/sys/
H A Dsudev.h108 #define XSRE 0x40 /* tx shift reg is now empty */ macro
/titanic_50/usr/src/uts/common/sys/
H A Dasy.h105 #define XSRE 0x40 /* tx shift reg is now empty */ macro
/titanic_50/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()
3561 asy->asy_ioaddr + LSR) & XSRE) == 0) { in async_ioctl()
3604 asy->asy_ioaddr + LSR) & XSRE) == 0) { in async_ioctl()
/titanic_50/usr/src/uts/sun4/io/
H A Dsu_driver.c1322 ((INB(LSR) & XSRE) == 0)); in asy_isbusy()
3057 while ((INB(LSR) & XSRE) == 0) { in async_ioctl()