Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/include/drivers/marvell/uart/
A Da3700_console.h39 #define UARTLCR_DLAB (1 << 7) /* Divisor Latch Access */ macro
/arm-trusted-firmware-2.8.0/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
/arm-trusted-firmware-2.8.0/include/drivers/ti/uart/
A Duart_16550.h50 #define UARTLCR_DLAB (1 << 7) /* Divisor Latch Access */ macro
/arm-trusted-firmware-2.8.0/drivers/ti/uart/aarch64/
A D16550_console.S55 orr w3, w3, #UARTLCR_DLAB
59 mov w2, #~UARTLCR_DLAB
/arm-trusted-firmware-2.8.0/drivers/ti/uart/aarch32/
A D16550_console.S58 orr r3, r3, #UARTLCR_DLAB
62 mov r2, #~UARTLCR_DLAB
/arm-trusted-firmware-2.8.0/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 12 milliseconds