Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun/io/
H A Dzs_hdlc.c694 SCC_WRITE0(ZSWR0_SEND_ABORT); in zsh_close()
711 SCC_WRITE0(ZSWR0_RESET_TXINT); /* reset TX */ in zsh_close()
712 SCC_WRITE0(ZSWR0_RESET_STATUS); /* reset XS */ in zsh_close()
713 SCC_WRITE0(ZSWR0_RESET_ERRORS); in zsh_close()
1159 SCC_WRITE0(ZSWR0_RESET_TXINT); in zsh_start()
1212 SCC_WRITE0(ZSWR0_RESET_TXCRC); /* reset transmit CRC */ in zsh_start()
1219 SCC_WRITE0(ZSWR0_RESET_EOM); in zsh_start()
1501 SCC_WRITE0(ZSWR0_RESET_TXINT); in zsh_txint()
1524 SCC_WRITE0(ZSWR0_RESET_TXINT); in zsh_txint()
1544 SCC_WRITE0(ZSWR0_RESET_TXINT); in zsh_txint()
[all …]
H A Dzs_common.c520 SCC_WRITE0(ZSWR0_RESET_ERRORS); in zsattach()
521 SCC_WRITE0(ZSWR0_RESET_STATUS); in zsattach()
926 SCC_WRITE0(ZSWR0_RESET_STATUS); in zsmctl()
1011 SCC_WRITE0(ZSWR0_RESET_STATUS); in zs_program()
1012 SCC_WRITE0(ZSWR0_RESET_ERRORS); in zs_program()
1044 SCC_WRITE0(ZSWR0_RESET_TXCRC); in zs_program()
1056 SCC_WRITE0(ZSWR0_RESET_STATUS); in zs_program()
1057 SCC_WRITE0(ZSWR0_RESET_ERRORS); in zs_program()
1066 SCC_WRITE0(ZSWR0_RESET_TXINT); in zsnull_intr()
1067 SCC_WRITE0(ZSWR0_RESET_STATUS); in zsnull_intr()
[all …]
H A Dzs_async.c503 SCC_WRITE0(ZSWR0_RESET_TXINT); in zsa_null()
504 SCC_WRITE0(ZSWR0_RESET_STATUS); in zsa_null()
507 SCC_WRITE0(ZSWR0_RESET_ERRORS); in zsa_null()
1654 SCC_WRITE0(ZSWR0_RESET_TXINT); in zsa_txint()
1673 SCC_WRITE0(ZSWR0_RESET_TXINT); in zsa_txint()
1682 SCC_WRITE0(ZSWR0_RESET_TXINT); in zsa_txint()
1689 SCC_WRITE0(ZSWR0_RESET_TXINT); in zsa_txint()
1712 SCC_WRITE0(ZSWR0_RESET_STATUS); in zsa_xsint()
1793 SCC_WRITE0(ZSWR0_RESET_ERRORS); in zsa_xsint()
2067 SCC_WRITE0(ZSWR0_RESET_ERRORS); in zsa_srint()
/illumos-gate/usr/src/uts/sun/sys/
H A Dzsdev.h161 #define SCC_WRITE0(val) { \ macro