Searched defs:ECPP_INTR_MASK (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Decppreg.h180 #define ECPP_INTR_MASK 0x10 /* intr-enable nErr mask=1 */ macro
/illumos-gate/usr/src/uts/common/io/
H A Decpp.c2226 ECR_mode_001 | ECPP_INTR_MASK | ECPP_INTR_SRV);
2236 ECR_mode_110 | ECPP_INTR_MASK | ECPP_INTR_SRV);
2672 ECPP_INTR_SRV | ECPP_INTR_MASK | ECR_mode_001);
2749 ECR_WRITE(pp, ECPP_INTR_SRV | ECPP_INTR_MASK | ECR_mode_110);
2759 ECPP_INTR_SRV | ECPP_INTR_MASK | ECR_mode_001);
2761 ECPP_INTR_SRV | ECPP_INTR_MASK | ECR_mode_110);
2855 ECPP_INTR_MASK | ECPP_INTR_SRV) != SUCCESS) {
2930 (void) ecr_write(pp, ecr | ECPP_INTR_SRV | ECPP_INTR_MASK);
2939 (void) ecr_write(pp, ecr | ECPP_DMA_ENABLE | ECPP_INTR_MASK);
3218 ECR_WRITE(pp, ECR_READ(pp) | ECPP_INTR_MASK | ECPP_INTR_SR
3932 ECPP_DMA_ENABLE | ECPP_INTR_MASK); local
[all...]

Completed in 52 milliseconds