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

/vbox/src/VBox/Devices/Serial/
H A DDevSerial.cpp135 #define UART_FCR_FE 0x01 /* FIFO Enable */ macro
304 && ( !(pThis->fcr & UART_FCR_FE)
394 if (pThis->fcr & UART_FCR_FE) {
457 if (pThis->fcr & UART_FCR_FE) {
493 if ((val ^ pThis->fcr) & UART_FCR_FE)
506 if (val & UART_FCR_FE) {
586 if (pThis->fcr & UART_FCR_FE) {
689 if (pThis->fcr & UART_FCR_FE) {
702 if (pThis->fcr & UART_FCR_FE) {

Completed in 50 milliseconds