Searched refs:UART_LCR (Results 1 – 5 of 5) sorted by relevance
36 #define UART_LCR_REG (SERIAL_0_BASE_ADR + UART_LCR)48 #define UART_LCR 0x0C macro
16 #define UART_LCR 0x0c /* Line control register */ macro
69 str w1, [x0, #UART_LCR]80 str w1, [x0, #UART_LCR]
1123 #define UART_LCR 0x0c macro1138 uart_save.uart_lcr = mmio_read_32(PLAT_RK_UART_BASE + UART_LCR); in suspend_uart()1141 mmio_write_32(PLAT_RK_UART_BASE + UART_LCR, in suspend_uart()1145 mmio_write_32(PLAT_RK_UART_BASE + UART_LCR, uart_save.uart_lcr); in suspend_uart()1155 uart_lcr = mmio_read_32(PLAT_RK_UART_BASE + UART_LCR); in resume_uart()1157 mmio_write_32(PLAT_RK_UART_BASE + UART_LCR, uart_lcr | UARTLCR_DLAB); in resume_uart()1160 mmio_write_32(PLAT_RK_UART_BASE + UART_LCR, uart_save.uart_lcr); in resume_uart()