Searched refs:uart_fifo_depth (Results 1 – 1 of 1) sorted by relevance
43 uint32_t uart_fifo_depth; variable155 uart_fifo_depth = 64; in init_uart()158 uart_fifo_depth = 16; in init_uart()160 uart_fifo_depth = 1; in init_uart()283 dprintf(INFO, "UART: FIFO depth %u\n", uart_fifo_depth); in pc_init_debug_early()346 copy_bytes = MIN(uart_fifo_depth, *len); in debug_platform_tx_FIFO_bytes()
Completed in 6 milliseconds