Searched refs:UART_UARTLCR_H_FEN_BITS (Results 1 – 2 of 2) sorted by relevance
58 hw_set_bits(&uart_get_hw(uart)->lcr_h, UART_UARTLCR_H_FEN_BITS); in uart_init()177 lcr_h_fen_bits = UART_UARTLCR_H_FEN_BITS; in uart_set_fifo_enabled()180 uart_write_lcr_bits_masked(uart, lcr_h_fen_bits, UART_UARTLCR_H_FEN_BITS); in uart_set_fifo_enabled()
324 #define UART_UARTLCR_H_FEN_BITS _u(0x00000010) macro
Completed in 7 milliseconds