Searched refs:UART_LCR_DLAB (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Serial/
H A DDevSerial.cpp73 #define UART_LCR_DLAB 0x80 /* Divisor latch access bit */ macro
452 if (pThis->lcr & UART_LCR_DLAB) {
472 if (pThis->lcr & UART_LCR_DLAB) {
579 if (pThis->lcr & UART_LCR_DLAB) {
610 if (pThis->lcr & UART_LCR_DLAB) {

Completed in 653 milliseconds