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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dmxser.c98 } Gpci_uart_info[] = { variable in typeref:struct:__anon11104
103 #define UART_INFO_NUM ARRAY_SIZE(Gpci_uart_info)
503 if (hwid == Gpci_uart_info[i].type)
521 if (info->board->chip_flag == Gpci_uart_info[i].type) {
522 info->rx_trigger = Gpci_uart_info[i].rx_trigger;
523 info->rx_low_water = Gpci_uart_info[i].rx_low_water;
524 info->rx_high_water = Gpci_uart_info[i].rx_high_water;
525 info->xmit_fifo_size = Gpci_uart_info[i].xmit_fifo_size;
2580 if (Gpci_uart_info[j].type == brd->chip_flag) {
2582 Gpci_uart_info[
[all...]

Completed in 20 milliseconds