Searched refs:ECPP_FIFO_EMPTY (Results 1 – 2 of 2) sorted by relevance
163 #define ECPP_FIFO_EMPTY 0x01 /* 1 when FIFO empty */ macro
2670 if (!(ecr & ECPP_FIFO_EMPTY)) { in ecpp_flush()2755 if (!(ECR_READ(pp) & ECPP_FIFO_EMPTY)) { in ecpp_start()3311 if ((ECR_READ(pp) & ECPP_FIFO_EMPTY) || in ecpp_dma_ihdlr()3832 (((ecr & ECPP_FIFO_EMPTY) == 0) && in ecpp_fifo_timer()4674 if (!(ECR_READ(pp) & ECPP_FIFO_EMPTY)) { in ecpp_ecp_read_completion()4783 if (ECR_READ(pp) & ECPP_FIFO_EMPTY) { in ecpp_peripheral2host()4799 while (i-- && (!(ECR_READ(pp) & ECPP_FIFO_EMPTY))) { in ecpp_peripheral2host()