Searched defs:LPT_ECP_ECR_FIFO_FULL (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Parallel/
H A DDevParallel.cpp74 #define LPT_ECP_ECR_FIFO_FULL 0x02 macro
204 s->reg_ecp_ecr &= ~(LPT_ECP_ECR_FIFO_EMPTY | LPT_ECP_ECR_FIFO_FULL);
210 s->reg_ecp_ecr |= LPT_ECP_ECR_FIFO_FULL;
229 s->reg_ecp_ecr &= ~LPT_ECP_ECR_FIFO_FULL;
269 s->reg_ecp_ecr &= ~LPT_ECP_ECR_FIFO_FULL;
272 s->reg_ecp_ecr &= ~(LPT_ECP_ECR_FIFO_EMPTY | LPT_ECP_ECR_FIFO_FULL);

Completed in 35 milliseconds