Searched refs:ECPP_SOFTINTR_PIONEXT (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Decppvar.h318 #define ECPP_SOFTINTR_PIONEXT 0x1 /* write next byte in PIO mode */ macro
/illumos-gate/usr/src/uts/common/io/
H A Decpp.c3362 pp->softintr_flags = ECPP_SOFTINTR_PIONEXT;
3458 * in case of ECPP_SOFTINTR_PIONEXT it sends next byte of PIO transfer
3477 if (pp->softintr_flags & ECPP_SOFTINTR_PIONEXT) {
3478 pp->softintr_flags &= ~ECPP_SOFTINTR_PIONEXT;

Completed in 56 milliseconds