Searched refs:uart_rx_buf_data (Results 1 – 6 of 6) sorted by relevance
| /platform/spacemit-k1/ |
| A D | uart.c | 26 static char uart_rx_buf_data[RXBUF_SIZE]; variable 52 cbuf_initialize_etc(&uart_rx_buf, RXBUF_SIZE, uart_rx_buf_data); in uart_init()
|
| /platform/qemu-virt-riscv/ |
| A D | uart.c | 25 static char uart_rx_buf_data[RXBUF_SIZE]; variable 51 cbuf_initialize_etc(&uart_rx_buf, RXBUF_SIZE, uart_rx_buf_data); in uart_init()
|
| /platform/jh7110/ |
| A D | uart.c | 26 static char uart_rx_buf_data[RXBUF_SIZE]; variable 52 cbuf_initialize_etc(&uart_rx_buf, RXBUF_SIZE, uart_rx_buf_data); in uart_init()
|
| /platform/sifive/ |
| A D | uart.c | 34 static char uart_rx_buf_data[RXBUF_SIZE]; variable 89 cbuf_initialize_etc(&uart_rx_buf, RXBUF_SIZE, uart_rx_buf_data); in sifive_uart_init()
|
| /platform/qemu-virt-m68k/ |
| A D | goldfish_tty.c | 45 static char uart_rx_buf_data[RXBUF_SIZE]; variable 84 cbuf_initialize_etc(&uart_rx_buf, RXBUF_SIZE, uart_rx_buf_data); in goldfish_tty_init()
|
| /platform/rosco-m68k/ |
| A D | duart.c | 41 static char uart_rx_buf_data[RXBUF_SIZE]; variable 131 cbuf_initialize_etc(&uart_rx_buf, RXBUF_SIZE, uart_rx_buf_data); in duart_init()
|
Completed in 12 milliseconds