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

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Decppreg.h163 #define ECPP_FIFO_EMPTY 0x01 /* 1 when FIFO empty */ macro
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Decpp.c2670 if (!(ecr & ECPP_FIFO_EMPTY)) {
2755 if (!(ECR_READ(pp) & ECPP_FIFO_EMPTY)) {
3311 if ((ECR_READ(pp) & ECPP_FIFO_EMPTY) ||
3832 (((ecr & ECPP_FIFO_EMPTY) == 0) &&
4674 if (!(ECR_READ(pp) & ECPP_FIFO_EMPTY)) {
4783 if (ECR_READ(pp) & ECPP_FIFO_EMPTY) {
4799 while (i-- && (!(ECR_READ(pp) & ECPP_FIFO_EMPTY))) {

Completed in 94 milliseconds