Home
last modified time | relevance | path

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

/titanic_44/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()
1158 SCC_WRITE0(ZSWR0_RESET_TXINT); in zsh_start()
1211 SCC_WRITE0(ZSWR0_RESET_TXCRC); /* reset transmit CRC */ in zsh_start()
1218 SCC_WRITE0(ZSWR0_RESET_EOM); in zsh_start()
1500 SCC_WRITE0(ZSWR0_RESET_TXINT); in zsh_txint()
1523 SCC_WRITE0(ZSWR0_RESET_TXINT); in zsh_txint()
1543 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.c502 SCC_WRITE0(ZSWR0_RESET_TXINT); in zsa_null()
503 SCC_WRITE0(ZSWR0_RESET_STATUS); in zsa_null()
506 SCC_WRITE0(ZSWR0_RESET_ERRORS); in zsa_null()
1651 SCC_WRITE0(ZSWR0_RESET_TXINT); in zsa_txint()
1670 SCC_WRITE0(ZSWR0_RESET_TXINT); in zsa_txint()
1679 SCC_WRITE0(ZSWR0_RESET_TXINT); in zsa_txint()
1686 SCC_WRITE0(ZSWR0_RESET_TXINT); in zsa_txint()
1709 SCC_WRITE0(ZSWR0_RESET_STATUS); in zsa_xsint()
1790 SCC_WRITE0(ZSWR0_RESET_ERRORS); in zsa_xsint()
2064 SCC_WRITE0(ZSWR0_RESET_ERRORS); in zsa_srint()
/titanic_44/usr/src/uts/sun/sys/
H A Dzsdev.h161 #define SCC_WRITE0(val) { \ macro