Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/tty/
Dmxser.c186 } Gpci_uart_info[] = { variable
191 #define UART_INFO_NUM ARRAY_SIZE(Gpci_uart_info)
395 if (hwid == Gpci_uart_info[i].type) in mxser_must_get_hwid()
418 if (info->board->must_hwid == Gpci_uart_info[i].type) { in mxser_process_txrx_fifo()
419 info->rx_low_water = Gpci_uart_info[i].rx_low_water; in mxser_process_txrx_fifo()
420 info->rx_high_water = Gpci_uart_info[i].rx_high_water; in mxser_process_txrx_fifo()
421 info->xmit_fifo_size = Gpci_uart_info[i].fifo_size; in mxser_process_txrx_fifo()
1823 if (Gpci_uart_info[i].type == brd->must_hwid) { in mxser_initbrd()
1824 brd->max_baud = Gpci_uart_info[i].max_baud; in mxser_initbrd()