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

/vbox/src/VBox/Devices/Parallel/
H A DDevParallel.cpp84 #define LPT_ECP_FIFO_DEPTH 2 macro
143 uint8_t ecp_fifo[LPT_ECP_FIFO_DEPTH];
202 if (s->act_fifo_pos_write < LPT_ECP_FIFO_DEPTH) {
262 if (s->act_fifo_pos_read == LPT_ECP_FIFO_DEPTH)

Completed in 34 milliseconds