Searched refs:wr4 (Results 1 – 4 of 4) sorted by relevance
2975 register int wr3, wr4, wr5, wr15, speed, baudrate, flags = 0; in zsa_program() local3011 wr4 = ZSWR4_X16_CLK; in zsa_program()3021 wr4 |= ZSWR4_PARITY_ENABLE | ZSWR4_PARITY_EVEN; in zsa_program()3022 wr4 |= ZSWR4_1_5_STOP; in zsa_program()3057 wr4 |= ZSWR4_PARITY_ENABLE; in zsa_program()3059 wr4 |= ZSWR4_PARITY_EVEN; in zsa_program()3061 wr4 |= (za->za_ttycommon.t_cflag & CSTOPB) ? in zsa_program()3100 wr3 != zs->zs_wreg[3] || wr4 != zs->zs_wreg[4] || in zsa_program()3108 zspp->wr4 = (uchar_t)wr4; in zsa_program()3285 zspp->wr4 = zs->zs_wreg[4]; in zsa_suspend()
1022 SCC_WRITE(4, zspp->wr4); in zs_program()1099 zspp->wr4 = zs->zs_wreg[4]; in zsnull_suspend()
2017 zspp->wr4 = ZSWR4_SDLC; in zsh_program()
280 uchar_t wr4; /* misc parameters and modes */ member