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

/netbsd-current/sys/arch/luna68k/stand/boot/
H A Dsio.c226 sioreg(REG(0, WR4), WR4_BAUD96 | WR4_STOP1 | WR4_NPARITY);
242 sioreg(REG(1, WR4), WR4_BAUD96 | WR4_STOP1 | WR4_NPARITY);
H A Dsioreg.h145 #define WR4_STOP1 0x04 /* Stop Bits (1bit) */ macro
/netbsd-current/sys/arch/luna68k/dev/
H A Dsioreg.h127 #define WR4_STOP1 0x04 /* Stop Bits (1bit) */ macro
H A Dsiotty.c68 WR4_BAUD96 | WR4_STOP1, /* Tx/Rx */
448 wr4 |= (tp->t_cflag & CSTOPB) ? WR4_STOP2 : WR4_STOP1;
H A Dlunaws.c101 WR4_BAUD96 | WR4_STOP1 | WR4_NPARITY, /* Tx/Rx */

Completed in 146 milliseconds