HomeSort by: relevance | last modified time | path
    Searched refs:WR4_STOP1 (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/luna68k/stand/boot/
sio.c 226 sioreg(REG(0, WR4), WR4_BAUD96 | WR4_STOP1 | WR4_NPARITY);
242 sioreg(REG(1, WR4), WR4_BAUD96 | WR4_STOP1 | WR4_NPARITY);
sioreg.h 145 #define WR4_STOP1 0x04 /* Stop Bits (1bit) */
  /src/sys/arch/luna68k/dev/
sioreg.h 127 #define WR4_STOP1 0x04 /* Stop Bits (1bit) */
siotty.c 68 WR4_BAUD96 | WR4_STOP1, /* Tx/Rx */
448 wr4 |= (tp->t_cflag & CSTOPB) ? WR4_STOP2 : WR4_STOP1;
lunaws.c 101 WR4_BAUD96 | WR4_STOP1 | WR4_NPARITY, /* Tx/Rx */

Completed in 12 milliseconds