Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dhi16xx_uart.c46 #define UART_FCR_FIFO_EN 0x1 /* Enable FIFO (depth: 32 bytes) */ macro
122 io_write32(base + UART_FCR, UART_FCR_FIFO_EN); in hi16xx_uart_init()