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

/linux-4.4.14/drivers/tty/serial/8250/
H A D8250_pci.c58 void __iomem *remapped_bar[PCI_NUM_BAR_RESOURCES]; member in struct:serial_private
88 if (!priv->remapped_bar[bar]) setup_port()
89 priv->remapped_bar[bar] = pci_ioremap_bar(dev, bar); setup_port()
90 if (!priv->remapped_bar[bar]) setup_port()
96 port->port.membase = priv->remapped_bar[bar] + offset; setup_port()
4034 if (priv->remapped_bar[i]) pciserial_remove_ports()
4035 iounmap(priv->remapped_bar[i]); pciserial_remove_ports()
4036 priv->remapped_bar[i] = NULL; pciserial_remove_ports()

Completed in 66 milliseconds