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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/serial/
H A D8250_pci.c56 void __iomem *remapped_bar[PCI_NUM_BAR_RESOURCES]; member in struct:serial_private
88 if (!priv->remapped_bar[bar])
89 priv->remapped_bar[bar] = ioremap_nocache(base, len);
90 if (!priv->remapped_bar[bar])
96 port->membase = priv->remapped_bar[bar] + offset;
2468 if (priv->remapped_bar[i])
2469 iounmap(priv->remapped_bar[i]);
2470 priv->remapped_bar[i] = NULL;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/serial/
H A D8250_pci.c56 void __iomem *remapped_bar[PCI_NUM_BAR_RESOURCES]; member in struct:serial_private
88 if (!priv->remapped_bar[bar])
89 priv->remapped_bar[bar] = ioremap_nocache(base, len);
90 if (!priv->remapped_bar[bar])
96 port->membase = priv->remapped_bar[bar] + offset;
2468 if (priv->remapped_bar[i])
2469 iounmap(priv->remapped_bar[i]);
2470 priv->remapped_bar[i] = NULL;

Completed in 174 milliseconds