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

/vbox/src/VBox/Devices/Parallel/
H A DDevParallel.cpp50 #define LPT_CONTROL_BIT6 0x40 /* reserved (only for completeness) */ macro
352 u8 |= (LPT_CONTROL_BIT6 | LPT_CONTROL_BIT7);
467 pThis->regControl |= LPT_CONTROL_BIT6 | LPT_CONTROL_BIT7;

Completed in 160 milliseconds