Searched refs:UARTLCR_DLAB (Results 1 – 8 of 8) sorted by relevance
/tf-a-ffa_el3_spmc/include/drivers/marvell/uart/ |
A D | a3700_console.h | 38 #define UARTLCR_DLAB (1 << 7) /* Divisor Latch Access */ macro
|
/tf-a-ffa_el3_spmc/plat/layerscape/common/include/ |
A D | ls_16550.h | 41 #define UARTLCR_DLAB (1 << 7) /* Divisor Latch Access */ macro
|
/tf-a-ffa_el3_spmc/drivers/nxp/console/ |
A D | 16550_console.S | 41 #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 D | uart_16550.h | 50 #define UARTLCR_DLAB (1 << 7) /* Divisor Latch Access */ macro
|
/tf-a-ffa_el3_spmc/drivers/ti/uart/aarch64/ |
A D | 16550_console.S | 55 orr w3, w3, #UARTLCR_DLAB 59 mov w2, #~UARTLCR_DLAB
|
/tf-a-ffa_el3_spmc/plat/layerscape/common/aarch64/ |
A D | ls_console.S | 54 orr w3, w3, #UARTLCR_DLAB 58 mov w2, #~UARTLCR_DLAB
|
/tf-a-ffa_el3_spmc/drivers/ti/uart/aarch32/ |
A D | 16550_console.S | 58 orr r3, r3, #UARTLCR_DLAB 62 mov r2, #~UARTLCR_DLAB
|
/tf-a-ffa_el3_spmc/plat/rockchip/rk3399/drivers/pmu/ |
A D | pmu.c | 1141 #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 9 milliseconds