Searched refs:LSR (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/i86pc/boot/
H A Dboot_serial.h41 #define LSR 5 /* ... line status reg */ macro
47 /* ---- LSR bits ---- */
/opensolaris-onvv-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c1322 ((INB(LSR) & XSRE) == 0));
1420 (void) INB(LSR);
1529 while ((INB(LSR) & XHRE) == 0) {
1546 return ((INB(LSR) & RCA) != 0);
1646 lsr = INB(LSR);
1653 (void) INB(LSR);
1705 lsr = INB(LSR);
1774 lsr = INB(LSR);
1889 lsr = INB(LSR);
2719 if (INB(LSR)
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dasy.c692 lsr = ddi_get8(asy->asy_iohandle, asy->asy_ioaddr + LSR);
698 asy->asy_ioaddr + LSR);
1452 asy->asy_ioaddr + LSR);
1964 asy->asy_ioaddr + LSR) & (XSRE|XHRE)) == 0));
2065 (void) ddi_get8(asy->asy_iohandle, asy->asy_ioaddr + LSR);
2252 asy->asy_ioaddr + LSR);
2282 lsr = ddi_get8(asy->asy_iohandle, asy->asy_ioaddr + LSR);
2439 asy->asy_ioaddr + LSR);
2538 lsr = ddi_get8(asy->asy_iohandle, asy->asy_ioaddr + LSR);
3190 if (!(ddi_get8(asy->asy_iohandle, asy->asy_ioaddr + LSR)
[all...]
/opensolaris-onvv-gate/usr/src/uts/sun4/sys/
H A Dsudev.h55 #define LSR 5 /* line status register */ macro
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dasy.h64 #define LSR 5 /* line status register */ macro

Completed in 119 milliseconds