Lines Matching +full:max +full:- +full:virtual +full:- +full:functions
1 // SPDX-License-Identifier: GPL-2.0
15 * pci_iomap_range - create a virtual mapping cookie for a PCI BAR
19 * @maxlen: max length of the memory to map
22 * You can access it using ioread*() and iowrite*(). These functions hide
51 len -= offset; in pci_iomap_range()
65 * pci_iomap_wc_range - create a virtual WC mapping cookie for a PCI BAR
69 * @maxlen: max length of the memory to map
72 * You can access it using ioread*() and iowrite*(). These functions hide
104 len -= offset; in pci_iomap_wc_range()
118 * pci_iomap - create a virtual mapping cookie for a PCI BAR
124 * You can access it using ioread*() and iowrite*(). These functions hide
142 * pci_iomap_wc - create a virtual WC mapping cookie for a PCI BAR
148 * You can access it using ioread*() and iowrite*(). These functions hide
185 * from legacy <asm-generic/io.h> header file behavior. In particular,
186 * it would seem to make sense to do the iounmap(p) for the non-IO-space
188 * did. Probably incorrectly, but this is meant to be bug-for-bug