Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Decppreg.h218 #define DCSR_ERR_PEND 0x00000002 /* 1= host bus error detected */ macro
/titanic_50/usr/src/uts/sun/sys/
H A Dfdreg.h290 #define DCSR_ERR_PEND 0x00000002 /* 1= host bus error detected */ macro
/titanic_50/usr/src/uts/sun/io/
H A Dfd.c4175 if (!(tmp_dcsr & DCSR_INT_PEND) && !(DCSR_ERR_PEND & tmp_dcsr)) in fdintr_dma()
4272 if ((!not_cheerio) && (tmp_dcsr & DCSR_ERR_PEND)) { in fdintr_dma()
4451 if ((!not_cheerio) && (tmp_dcsr & DCSR_ERR_PEND)) { in fdintr_dma()
/titanic_50/usr/src/uts/common/io/
H A Decpp.c3150 if (dcsr & DCSR_ERR_PEND) { in ecpp_isr()