Lines Matching defs:table
321 void __iomem *table[PCIM_IOMAP_MAX];
331 if (this->table[i])
332 pci_iounmap(dev, this->table[i]);
336 * pcim_iomap_table - access iomap allocation table
337 * @pdev: PCI device to access iomap table for
339 * Access iomap allocation table for @dev. If iomap table doesn't
341 * recorded in the iomap table are automatically unmapped on driver
344 * This function might sleep when the table is first allocated but can
354 return dr->table;
361 return dr->table;