Searched refs:REG_LSR (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/include/dev/ic/
H A Dns16550.h108 #define REG_LSR com_lsr 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)
175 while ((uart_getreg(ubase, REG_LSR) & LSR_THRE) == 0 && --limit)
180 while ((uart_getreg(ubase, REG_LSR) & LSR_TEMT) == 0 && --limit)

Completed in 60 milliseconds