Searched refs:LSR_DR (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/arch/bebox/stand/boot/
H A Dns16550.c73 while ((com_port->lsr & LSR_DR) == 0)
81 if ((com_port->lsr & LSR_DR) == 0)
89 return ((com_port->lsr & LSR_DR) != 0);
H A Dns16550.h54 #define LSR_DR 0x01 /* Data ready */ macro
/netbsd-current/sys/arch/prep/stand/boot/
H A Dns16550.c75 while ((com_port->lsr & LSR_DR) == 0)
84 if ((com_port->lsr & LSR_DR) == 0)
93 return ((com_port->lsr & LSR_DR) != 0);
H A Dns16550.h53 #define LSR_DR 0x01 /* Data ready */ macro
/netbsd-current/sys/arch/rs6000/stand/boot/
H A Dns16550.c75 while ((com_port->lsr & LSR_DR) == 0)
84 if ((com_port->lsr & LSR_DR) == 0)
93 return ((com_port->lsr & LSR_DR) != 0);
H A Dns16550.h53 #define LSR_DR 0x01 /* Data ready */ macro
/netbsd-current/sys/dev/usb/
H A Dumct.h101 #define LSR_DR 0x01 /* receive data ready */ macro

Completed in 105 milliseconds