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

/vbox/src/VBox/Devices/Parallel/
H A DDevParallel.cpp75 #define LPT_ECP_ECR_FIFO_EMPTY 0x01 macro
204 s->reg_ecp_ecr &= ~(LPT_ECP_ECR_FIFO_EMPTY | LPT_ECP_ECR_FIFO_FULL);
208 s->reg_ecp_ecr &= ~LPT_ECP_ECR_FIFO_EMPTY;
227 s->reg_ecp_ecr |= LPT_ECP_ECR_FIFO_EMPTY;
267 s->reg_ecp_ecr |= LPT_ECP_ECR_FIFO_EMPTY;
272 s->reg_ecp_ecr &= ~(LPT_ECP_ECR_FIFO_EMPTY | LPT_ECP_ECR_FIFO_FULL);
675 pThis->reg_ecp_ecr = LPT_ECP_ECR_CHIPMODE_COMPAT | LPT_ECP_ECR_FIFO_EMPTY;

Completed in 36 milliseconds