Home
last modified time | relevance | path

Searched refs:LSR (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/i86pc/boot/
H A Dboot_serial.h41 #define LSR 5 /* ... line status reg */ macro
H A Dboot_console.c792 while (((inb(port + LSR) & XHRE) == 0) && checks--) in serial_putchar()
805 lsr = inb(port + LSR); in serial_getchar()
822 return (inb(port + LSR) & RCA); in serial_ischar()
/titanic_41/usr/src/uts/sun4/io/
H A Dsu_driver.c1322 ((INB(LSR) & XSRE) == 0)); in asy_isbusy()
1420 (void) INB(LSR); in asy_program()
1529 while ((INB(LSR) & XHRE) == 0) { in asyputchar()
1546 return ((INB(LSR) & RCA) != 0); in asyischar()
1646 lsr = INB(LSR); in asyintr()
1653 (void) INB(LSR); in asyintr()
1705 lsr = INB(LSR); in asyintr()
1774 lsr = INB(LSR); in async_txint()
1889 lsr = INB(LSR); in async_rxint()
2719 if (INB(LSR) & XHRE) { in async_nstart()
[all …]
/titanic_41/usr/src/uts/common/io/
H A Dasy.c693 lsr = ddi_get8(asy->asy_iohandle, asy->asy_ioaddr + LSR); in asydetach()
699 asy->asy_ioaddr + LSR); in asydetach()
1453 asy->asy_ioaddr + LSR); in asy_identify_chip()
1965 asy->asy_ioaddr + LSR) & (XSRE|XHRE)) == 0)); in asy_isbusy()
2066 (void) ddi_get8(asy->asy_iohandle, asy->asy_ioaddr + LSR); in asy_program()
2253 asy->asy_ioaddr + LSR); in asyintr()
2283 lsr = ddi_get8(asy->asy_iohandle, asy->asy_ioaddr + LSR); in asyintr()
2440 asy->asy_ioaddr + LSR); in async_rxint()
2539 lsr = ddi_get8(asy->asy_iohandle, asy->asy_ioaddr + LSR); in async_rxint()
3191 if (!(ddi_get8(asy->asy_iohandle, asy->asy_ioaddr + LSR) & in async_nstart()
[all …]
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A DTHIRDPARTYLICENSE121 Jean-Luc.Richier@imag.fr, IMAG-LSR.
125 Jean-Luc.Richier@imag.fr, IMAG-LSR.
151 sept laboratoires dont le laboratoire Logiciels, Syst\350mes, R\351seaux (LSR).
172 The research unit in Software, Systems, Networks (LSR) is member of IMAG.
/titanic_41/usr/src/uts/sun4/sys/
H A Dsudev.h55 #define LSR 5 /* line status register */ macro
/titanic_41/usr/src/uts/common/sys/
H A Dasy.h64 #define LSR 5 /* line status register */ macro