Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Decppio.h70 #define ECPP_INTR_EN 0x10 /* 1=enable */ macro
85 (ECPP_INTR_EN | ECPP_REV_DIR | ECPP_DCR_SET)
/illumos-gate/usr/src/uts/common/io/
H A Decpp.c2619 dcr &= ~(ECPP_REV_DIR | ECPP_INTR_EN); in ecpp_flush()
3348 DCR_WRITE(pp, DCR_READ(pp) & ~(ECPP_REV_DIR | ECPP_INTR_EN)); in ecpp_pio_ihdlr()
3382 dcr |= ECPP_INTR_EN; in ecpp_pio_writeb()
3427 DCR_WRITE(pp, DCR_READ(pp) & ~(ECPP_INTR_EN | ECPP_REV_DIR)); in ecpp_nErr_ihdlr()
3642 (void) dcr_write(pp, dcr & ~(ECPP_REV_DIR | ECPP_INTR_EN)); in ecpp_xfer_timeout()
5100 DCR_WRITE(pp, ECPP_nINIT | ECPP_AFX | ECPP_INTR_EN); in ecpp_idle_phase()