Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun/io/
H A Dzs_common.c772 uchar_t stat, isource, count; in zs_high_intr() local
781 SCC_READA(3, isource); in zs_high_intr()
784 while ((isource & ZSRR3_INT_PENDING) && (count--)) { in zs_high_intr()
785 if (isource & ZSRR3_IP_B_STAT) in zs_high_intr()
788 if (isource & ZSRR3_IP_B_TX) in zs_high_intr()
790 if (isource & ZSRR3_IP_B_RX) { in zs_high_intr()
800 if (isource & ZSRR3_IP_A_STAT) in zs_high_intr()
803 if (isource & ZSRR3_IP_A_TX) in zs_high_intr()
805 if (isource & ZSRR3_IP_A_RX) { in zs_high_intr()
815 SCC_READA(3, isource); in zs_high_intr()
[all …]