Searched refs:serial8250_pci_setup_port (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/tty/serial/8250/ |
H A D | 8250_pcilib.c | 15 int serial8250_pci_setup_port(struct pci_dev *dev, struct uart_8250_port *port, in serial8250_pci_setup_port() function 39 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_pci1xxxx.c | 338 ret = serial8250_pci_setup_port(pdev, port, 0, PORT_OFFSET * port_idx, 0); in pci1xxxx_setup()
|
H A D | 8250_pci.c | 95 return serial8250_pci_setup_port(priv->dev, port, bar, offset, regshift); in setup_port()
|