Home
last modified time | relevance | path

Searched refs:ZSWR5_DTR (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/sun/io/
H A Dzs_common.c487 rtsdtr_bits = ZSWR5_RTS | ZSWR5_DTR; in zsattach()
925 mbits = zs->zs_wreg[5] & (ZSWR5_RTS|ZSWR5_DTR); in zsmctl()
955 if (~mbits & obits & ZSWR5_DTR) in zsmctl()
961 if ((mbits & ~obits & ZSWR5_DTR) && (held < default_dtrlow)) { in zsmctl()
970 zs->zs_wreg[5] &= ~(ZSWR5_RTS|ZSWR5_DTR); in zsmctl()
971 SCC_BIS(5, mbits & (ZSWR5_RTS|ZSWR5_DTR)); in zsmctl()
H A Dzs_hdlc.c484 SCC_WRITE(5, (ZSWR5_TX_8 | ZSWR5_DTR | ZSWR5_TXCRC_ENABLE)); in zsh_init_port()
710 SCC_BIC(5, (ZSWR5_DTR | ZSWR5_RTS | ZSWR5_TXCRC_ENABLE)); in zsh_close()
1368 (void) zsmctl(zs, ZSWR5_DTR, DMBIS); in zsh_ioctl()
1370 (void) zsmctl(zs, ZSWR5_DTR, DMBIC); in zsh_ioctl()
2024 zspp->wr5 = (uchar_t)(ZSWR5_TX_8 | ZSWR5_DTR | ZSWR5_TXCRC_ENABLE); in zsh_program()
H A Dzs_async.c2210 (void) zsmctl(zs, ZSWR5_DTR, DMBIC); in zsa_softint()
2947 b |= ZSWR5_DTR; in dmtozs()
2963 if (bits & ZSWR5_DTR) in zstodm()
3015 wr5 = (zs->zs_wreg[5] & (ZSWR5_RTS|ZSWR5_DTR)) | ZSWR5_TX_ENABLE; in zsa_program()
/illumos-gate/usr/src/uts/sun/sys/
H A Dser_zscc.h180 #define ZSWR5_DTR 0x80 /* DTR output */ macro
H A Dzsdev.h81 #define ZS_ON (ZSWR5_DTR|ZSWR5_RTS)