Searched defs:ioc4_port (Results 1 – 1 of 1) sorted by relevance
454 struct ioc4_port { struct455 struct uart_port *ip_port; /* current active port ptr */457 struct uart_port *ip_all_ports[UART_PORT_COUNT];459 struct ioc4_control *ip_control;460 struct pci_dev *ip_pdev;461 struct ioc4_soft *ip_ioc4_soft;464 struct ioc4_misc_regs __iomem *ip_mem;465 struct ioc4_serial __iomem *ip_serial;466 struct ioc4_serialregs __iomem *ip_serial_regs;467 struct ioc4_uartregs __iomem *ip_uart_regs;[all …]