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

/darwin-on-arm/xnu/pexpert/i386/
H A Dpe_serial.c61 UART_LCR_DLAB = 0x80 enumerator in enum:__anon1299
111 WRITE( LCR, lcr | UART_LCR_DLAB );
114 WRITE( LCR, lcr & ~UART_LCR_DLAB);
/darwin-on-arm/xnu/pexpert/arm/
H A Dpe_sun4i.h56 #define UART_LCR_DLAB (0x1 << 7) macro
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOHibernateRestoreKernel.c107 UART_LCR_DLAB = 0x80 enumerator in enum:__anon722

Completed in 26 milliseconds