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

/vbox/src/VBox/Devices/Serial/
H A DDevSerial.cpp201 uint8_t lcr; /**< line control register */ member in struct:SerialState
364 if (pThis->lcr & 0x08) {
366 if (pThis->lcr & 0x10)
373 if (pThis->lcr & 0x04)
378 data_bits = (pThis->lcr & 0x03) + 5;
452 if (pThis->lcr & UART_LCR_DLAB) {
472 if (pThis->lcr & UART_LCR_DLAB) {
533 pThis->lcr = val;
579 if (pThis->lcr & UART_LCR_DLAB) {
610 if (pThis->lcr
[all...]

Completed in 35 milliseconds