Searched refs:UART_FCR (Results 1 – 9 of 9) sorted by relevance
15 #define UART_FCR 0x08 /* FIFO control register */ macro
85 str w1, [x0, #UART_FCR]
123 #define UART_FCR 0x08 macro
570 mmio_write_32(UART2_BASE + UART_FCR, UART_FIFO_RESET); in sram_dbg_uart_resume()
28 #define UART_FCR(_baseaddr) (_baseaddr + 0x8) macro
33 mmio_write_32(UART_FCR(base), uart->registers.fcr); in mt_uart_restore()
48 #define UART_FCR 2 /* Out: FIFO Control Register */ macro
45 #define UART_FCR 2 /* Out: FIFO Control Register */ macro
1131 #define UART_FCR 0x08 macro1180 mmio_write_32(uart_base + UART_FCR, UARTFCR_FIFOEN); in resume_uart()