Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/afe/
H A Dafe.h148 #define SR_TX_STATE 0x00700000U /* transmit state */ macro
H A Dafe.c1458 if ((GETCSR(afep, CSR_SR) & (SR_TX_STATE | SR_RX_STATE)) == 0) in afe_stopmac()
/titanic_41/usr/src/uts/common/io/mxfe/
H A Dmxfe.h131 #define SR_TX_STATE 0x00700000U /* transmit state */ macro
H A Dmxfe.c1798 if ((GETCSR(mxfep, CSR_SR) & (SR_TX_STATE | SR_RX_STATE)) == 0) in mxfe_stopmac()