Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun/io/
H A Dzs_async.c2975 register int wr3, wr4, wr5, wr15, speed, baudrate, flags = 0; in zsa_program() local
3011 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()
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.c2017 zspp->wr4 = ZSWR4_SDLC; in zsh_program()
/titanic_44/usr/src/uts/sun/sys/
H A Dzsdev.h280 uchar_t wr4; /* misc parameters and modes */ member