Lines Matching defs:table
310 void __iomem *table[PCIM_IOMAP_MAX];
320 if (this->table[i])
321 pci_iounmap(dev, this->table[i]);
325 * pcim_iomap_table - access iomap allocation table
326 * @pdev: PCI device to access iomap table for
328 * Access iomap allocation table for @dev. If iomap table doesn't
330 * recorded in the iomap table are automatically unmapped on driver
333 * This function might sleep when the table is first allocated but can
343 return dr->table;
349 return dr->table;