Lines Matching defs:iomap
252 * Generic iomap devres
316 * PCI iomap devres
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
367 * @pdev: PCI device to iomap for
368 * @bar: BAR to iomap
369 * @maxlen: Maximum length of iomap
416 * pcim_iomap_regions - Request and iomap PCI BARs
418 * @mask: Mask of BARs to request and iomap
421 * Request and iomap regions specified by @mask.
425 void __iomem * const *iomap;
428 iomap = pcim_iomap_table(pdev);
429 if (!iomap)
460 pcim_iounmap(pdev, iomap[i]);
469 * pcim_iomap_regions_request_all - Request all BARs and iomap specified ones
471 * @mask: Mask of BARs to iomap
474 * Request all PCI BARs and iomap regions specified by @mask.
502 void __iomem * const *iomap;
505 iomap = pcim_iomap_table(pdev);
506 if (!iomap)
513 pcim_iounmap(pdev, iomap[i]);