Searched refs:UART_LCR_DLAB (Results 1 – 2 of 2) sorted by relevance
95 UART_LCR_DLAB = 0x80 enumerator145 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()
122 UART_LCR_DLAB = 0x80 enumerator