Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/rockchip/rk3399/drivers/pmu/
H A Dpmu.c1125 uint32_t uart_lcr; member
1152 uart_save.uart_lcr = mmio_read_32(uart_base + UART_LCR); in suspend_uart()
1156 uart_save.uart_lcr | UARTLCR_DLAB); in suspend_uart()
1159 mmio_write_32(uart_base + UART_LCR, uart_save.uart_lcr); in suspend_uart()
1165 uint32_t uart_lcr; in resume_uart() local
1173 uart_lcr = mmio_read_32(uart_base + UART_LCR); in resume_uart()
1175 mmio_write_32(uart_base + UART_LCR, uart_lcr | UARTLCR_DLAB); in resume_uart()
1178 mmio_write_32(uart_base + UART_LCR, uart_save.uart_lcr); in resume_uart()