Searched refs:LSR_RXRDY (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/boot/include/dev/ic/
H A Dns16550.h118 #define LSR_RXRDY 0x01 macro
/illumos-gate/usr/src/boot/sys/boot/arm/ixp425/boot2/
H A Dixp425_board.c159 while ((uart_getreg(ubase, REG_LSR) & LSR_RXRDY) == 0 && --limit)
162 if ((uart_getreg(ubase, REG_LSR) & LSR_RXRDY) == LSR_RXRDY)
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dcomconsole.c258 return (inb(sp->ioaddr + com_lsr) & LSR_RXRDY);
577 while (inb(sp->ioaddr + com_lsr) & LSR_RXRDY && ++tries < TRY_COUNT);

Completed in 62 milliseconds