Lines Matching defs:iomap
242 * Generic iomap devres
305 * PCI iomap devres
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
355 * @pdev: PCI device to iomap for
356 * @bar: BAR to iomap
357 * @maxlen: Maximum length of iomap
404 * pcim_iomap_regions - Request and iomap PCI BARs
406 * @mask: Mask of BARs to request and iomap
409 * Request and iomap regions specified by @mask.
413 void __iomem * const *iomap;
416 iomap = pcim_iomap_table(pdev);
417 if (!iomap)
448 pcim_iounmap(pdev, iomap[i]);
457 * pcim_iomap_regions_request_all - Request all BARs and iomap specified ones
459 * @mask: Mask of BARs to iomap
462 * Request all PCI BARs and iomap regions specified by @mask.
490 void __iomem * const *iomap;
493 iomap = pcim_iomap_table(pdev);
494 if (!iomap)
501 pcim_iounmap(pdev, iomap[i]);