Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/tty/
Dmxser.c204 } Gpci_uart_info[] = { variable
209 #define UART_INFO_NUM ARRAY_SIZE(Gpci_uart_info)
405 if (hwid == Gpci_uart_info[i].type) in mxser_must_get_hwid()
428 if (info->board->must_hwid == Gpci_uart_info[i].type) { in mxser_process_txrx_fifo()
429 info->rx_low_water = Gpci_uart_info[i].rx_low_water; in mxser_process_txrx_fifo()
430 info->rx_high_water = Gpci_uart_info[i].rx_high_water; in mxser_process_txrx_fifo()
431 info->xmit_fifo_size = Gpci_uart_info[i].fifo_size; in mxser_process_txrx_fifo()
1737 if (Gpci_uart_info[i].type == brd->must_hwid) { in mxser_initbrd()
1738 brd->max_baud = Gpci_uart_info[i].max_baud; in mxser_initbrd()