Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Decppreg.h161 #define ECPP_FIFO_EMPTY 0x01 /* 1 when FIFO empty */ macro
/illumos-gate/usr/src/uts/common/io/
H A Decpp.c2670 if (!(ecr & ECPP_FIFO_EMPTY)) { in ecpp_flush()
2755 if (!(ECR_READ(pp) & ECPP_FIFO_EMPTY)) { in ecpp_start()
3313 if ((ECR_READ(pp) & ECPP_FIFO_EMPTY) || in ecpp_dma_ihdlr()
3834 (((ecr & ECPP_FIFO_EMPTY) == 0) && in ecpp_fifo_timer()
4676 if (!(ECR_READ(pp) & ECPP_FIFO_EMPTY)) { in ecpp_ecp_read_completion()
4785 if (ECR_READ(pp) & ECPP_FIFO_EMPTY) { in ecpp_peripheral2host()
4801 while (i-- && (!(ECR_READ(pp) & ECPP_FIFO_EMPTY))) { in ecpp_peripheral2host()