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

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

Completed in 117 milliseconds