Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun/sys/
H A Dzsdev.h286 uchar_t wr15; /* external status interrupt control */ member
/titanic_41/usr/src/uts/sun/io/
H A Dzs_async.c2975 register int wr3, wr4, wr5, wr15, speed, baudrate, flags = 0; in zsa_program() local
3079 wr15 = ZSR15_BREAK | ZSR15_TX_UNDER | ZSR15_CD | ZSR15_CTS; in zsa_program()
3081 wr15 = ZSR15_BREAK | ZSR15_TX_UNDER | ZSR15_CD; in zsa_program()
3101 wr5 != zs->zs_wreg[5] || wr15 != zs->zs_wreg[15] || in zsa_program()
3116 zspp->wr15 = (uchar_t)wr15; in zsa_program()
3290 zspp->wr15 = zs->zs_wreg[15]; in zsa_suspend()
H A Dzs_common.c1055 SCC_WRITE(15, zspp->wr15); in zs_program()
1104 zspp->wr15 = zs->zs_wreg[15]; in zsnull_suspend()
H A Dzs_hdlc.c2030 zspp->wr15 = (uchar_t) in zsh_program()
2033 zspp->wr15 &= ~ZSR15_CTS; in zsh_program()
2036 zspp->wr15 = (uchar_t) in zsh_program()
2039 zspp->wr15 |= ZSR15_CTS; in zsh_program()