Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/
H A Dmxser.c204 } Gpci_uart_info[] = { variable
209 #define UART_INFO_NUM ARRAY_SIZE(Gpci_uart_info)
408 if (hwid == Gpci_uart_info[i].type) in mxser_must_get_hwid()
431 if (info->board->must_hwid == Gpci_uart_info[i].type) { in mxser_process_txrx_fifo()
432 info->rx_low_water = Gpci_uart_info[i].rx_low_water; in mxser_process_txrx_fifo()
433 info->rx_high_water = Gpci_uart_info[i].rx_high_water; in mxser_process_txrx_fifo()
434 info->xmit_fifo_size = Gpci_uart_info[i].fifo_size; in mxser_process_txrx_fifo()
1740 if (Gpci_uart_info[i].type == brd->must_hwid) { in mxser_initbrd()
1741 brd->max_baud = Gpci_uart_info[i].max_baud; in mxser_initbrd()