Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/plat/layerscape/common/aarch64/
Dls_console.S54 orr w3, w3, #UARTLCR_DLAB
58 mov w2, #~UARTLCR_DLAB
/external/arm-trusted-firmware/drivers/ti/uart/aarch64/
D16550_console.S55 orr w3, w3, #UARTLCR_DLAB
59 mov w2, #~UARTLCR_DLAB
/external/arm-trusted-firmware/drivers/ti/uart/aarch32/
D16550_console.S58 orr r3, r3, #UARTLCR_DLAB
62 mov r2, #~UARTLCR_DLAB
/external/arm-trusted-firmware/include/drivers/marvell/uart/
Da3700_console.h38 #define UARTLCR_DLAB (1 << 7) /* Divisor Latch Access */ macro
/external/arm-trusted-firmware/plat/layerscape/common/include/
Dls_16550.h41 #define UARTLCR_DLAB (1 << 7) /* Divisor Latch Access */ macro
/external/arm-trusted-firmware/include/drivers/ti/uart/
Duart_16550.h50 #define UARTLCR_DLAB (1 << 7) /* Divisor Latch Access */ macro
/external/arm-trusted-firmware/plat/rockchip/rk3399/drivers/pmu/
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()