Searched refs:UART_FIFO_INIT_CONFIG (Results 1 – 2 of 2) sorted by relevance
265 #define UART_FIFO_INIT_CONFIG (DW_UART_FCR_FIFOE_EN | DW_UART_FCR_RT_FIFO_1_2_FULL|DW_U… macro317 uart_base->FCR = UART_FIFO_INIT_CONFIG; in dw_uart_fifo_init()
623 uint32_t fcr_reg = UART_FIFO_INIT_CONFIG; in dw_uart_send_dma()669 uint32_t fcr_reg = UART_FIFO_INIT_CONFIG; in dw_uart_receive_dma()
Completed in 7 milliseconds