Home
last modified time | relevance | path

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

/xnu-11215.81.4/pexpert/i386/
H A Dpe_serial.c95 UART_LCR_DLAB = 0x80 enumerator
145 IO_WRITE( LCR, lcr | UART_LCR_DLAB ); in legacy_uart_set_baud_rate()
148 IO_WRITE( LCR, lcr & ~UART_LCR_DLAB); in legacy_uart_set_baud_rate()
308 MMIO_WRITE( LCR, lcr | UART_LCR_DLAB ); in mmio_uart_set_baud_rate()
311 MMIO_WRITE( LCR, lcr & ~UART_LCR_DLAB); in mmio_uart_set_baud_rate()
408 MMIO_WRITE(LCR, UART_LCR_DLAB); /* Set DLAB bit to enable reading/writing of DLL, DLH */ in lpss_uart_re_init()
525 PCIE_MMIO_WRITE( LCR, lcr | UART_LCR_DLAB ); in pcie_mmio_uart_set_baud_rate()
528 PCIE_MMIO_WRITE( LCR, lcr & ~UART_LCR_DLAB); in pcie_mmio_uart_set_baud_rate()
/xnu-11215.81.4/iokit/Kernel/
H A DIOHibernateRestoreKernel.c122 UART_LCR_DLAB = 0x80 enumerator