Home
last modified time | relevance | path

Searched refs:UARTLCR_DLAB (Results 1 – 8 of 8) sorted by relevance

/tf-a-ffa_el3_spmc/include/drivers/marvell/uart/
A Da3700_console.h38 #define UARTLCR_DLAB (1 << 7) /* Divisor Latch Access */ macro
/tf-a-ffa_el3_spmc/plat/layerscape/common/include/
A Dls_16550.h41 #define UARTLCR_DLAB (1 << 7) /* Divisor Latch Access */ macro
/tf-a-ffa_el3_spmc/drivers/nxp/console/
A D16550_console.S41 #define UARTLCR_DLAB (1 << 7) /* Divisor Latch Access */ macro
108 orr w3, w3, #UARTLCR_DLAB
112 mov w2, #~UARTLCR_DLAB
/tf-a-ffa_el3_spmc/include/drivers/ti/uart/
A Duart_16550.h50 #define UARTLCR_DLAB (1 << 7) /* Divisor Latch Access */ macro
/tf-a-ffa_el3_spmc/drivers/ti/uart/aarch64/
A D16550_console.S55 orr w3, w3, #UARTLCR_DLAB
59 mov w2, #~UARTLCR_DLAB
/tf-a-ffa_el3_spmc/plat/layerscape/common/aarch64/
A Dls_console.S54 orr w3, w3, #UARTLCR_DLAB
58 mov w2, #~UARTLCR_DLAB
/tf-a-ffa_el3_spmc/drivers/ti/uart/aarch32/
A D16550_console.S58 orr r3, r3, #UARTLCR_DLAB
62 mov r2, #~UARTLCR_DLAB
/tf-a-ffa_el3_spmc/plat/rockchip/rk3399/drivers/pmu/
A Dpmu.c1141 #define UARTLCR_DLAB BIT(7) macro
1156 uart_save.uart_lcr | UARTLCR_DLAB); in suspend_uart()
1175 mmio_write_32(uart_base + UART_LCR, uart_lcr | UARTLCR_DLAB); in resume_uart()

Completed in 17 milliseconds