Home
last modified time | relevance | path

Searched refs:wr4 (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun/io/
H A Dzs_async.c2978 int wr3, wr4, wr5, wr15, speed, baudrate, flags = 0; in zsa_program() local
3014 wr4 = ZSWR4_X16_CLK; in zsa_program()
3024 wr4 |= ZSWR4_PARITY_ENABLE | ZSWR4_PARITY_EVEN; in zsa_program()
3025 wr4 |= ZSWR4_1_5_STOP; in zsa_program()
3060 wr4 |= ZSWR4_PARITY_ENABLE; in zsa_program()
3062 wr4 |= ZSWR4_PARITY_EVEN; in zsa_program()
3064 wr4 |= (za->za_ttycommon.t_cflag & CSTOPB) ? in zsa_program()
3103 wr3 != zs->zs_wreg[3] || wr4 != zs->zs_wreg[4] || in zsa_program()
3111 zspp->wr4 = (uchar_t)wr4; in zsa_program()
3288 zspp->wr4 = zs->zs_wreg[4]; in zsa_suspend()
H A Dzs_common.c1022 SCC_WRITE(4, zspp->wr4); in zs_program()
1099 zspp->wr4 = zs->zs_wreg[4]; in zsnull_suspend()
H A Dzs_hdlc.c2018 zspp->wr4 = ZSWR4_SDLC; in zsh_program()
/illumos-gate/usr/src/uts/sun/sys/
H A Dzsdev.h280 uchar_t wr4; /* misc parameters and modes */ member