Searched refs:serial8250_pci_setup_port (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/tty/serial/8250/ |
| H A D | 8250_pcilib.c | 24 int serial8250_pci_setup_port(struct pci_dev *dev, struct uart_8250_port *port, in serial8250_pci_setup_port() function 47 EXPORT_SYMBOL_NS_GPL(serial8250_pci_setup_port, "SERIAL_8250_PCI");
|
| H A D | 8250_pcilib.h | 14 int serial8250_pci_setup_port(struct pci_dev *dev, struct uart_8250_port *port, u8 bar,
|
| H A D | 8250_exar.c | 508 err = serial8250_pci_setup_port(pcidev, port, 0, offset, board->reg_shift, priv->virt); in default_setup() 836 ret = serial8250_pci_setup_port(pcidev, port, 0, offset, 0, priv->virt); in cti_port_setup_common()
|
| H A D | 8250_pci1xxxx.c | 706 ret = serial8250_pci_setup_port(pdev, port, 0, PORT_OFFSET * port_idx, 0, priv->membase); in pci1xxxx_setup()
|
| H A D | 8250_pci.c | 187 return serial8250_pci_setup_port(priv->dev, port, bar, offset, regshift, iomem); in setup_port()
|