Home
last modified time | relevance | path

Searched refs:UART_LCR_8BITS (Results 1 – 2 of 2) sorted by relevance

/xnu-8796.121.2/pexpert/i386/
H A Dpe_serial.c94 UART_LCR_8BITS = 0x03, enumerator
177 IO_WRITE( LCR, UART_LCR_8BITS ); in legacy_uart_init()
340 MMIO_WRITE( LCR, UART_LCR_8BITS ); in mmio_uart_init()
420 MMIO_WRITE(LCR, UART_LCR_8BITS); /* Set 8 bits, clear DLAB */ in lpss_uart_re_init()
/xnu-8796.121.2/iokit/Kernel/
H A DIOHibernateRestoreKernel.c121 UART_LCR_8BITS = 0x03, enumerator