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

/macosx-10.5.8/xnu-1228.15.4/pexpert/i386/
H A Dpe_serial.c61 UART_LCR_DLAB = 0x80 enumerator in enum:__anon974
111 WRITE( LCR, lcr | UART_LCR_DLAB );
114 WRITE( LCR, lcr & ~UART_LCR_DLAB);

Completed in 20 milliseconds