Lines Matching +full:max +full:- +full:functions
1 // SPDX-License-Identifier: GPL-2.0
13 * pci_iomap_range - create a virtual mapping cookie for a PCI BAR
17 * @maxlen: max length of the memory to map
20 * You can access it using ioread*() and iowrite*(). These functions hide
42 len -= offset; in pci_iomap_range()
56 * pci_iomap_wc_range - create a virtual WC mapping cookie for a PCI BAR
60 * @maxlen: max length of the memory to map
63 * You can access it using ioread*() and iowrite*(). These functions hide
91 len -= offset; in pci_iomap_wc_range()
105 * pci_iomap - create a virtual mapping cookie for a PCI BAR
111 * You can access it using ioread*() and iowrite*(). These functions hide
129 * pci_iomap_wc - create a virtual WC mapping cookie for a PCI BAR
135 * You can access it using ioread*() and iowrite*(). These functions hide
172 * from legacy <asm-generic/io.h> header file behavior. In particular,
173 * it would seem to make sense to do the iounmap(p) for the non-IO-space
175 * did. Probably incorrectly, but this is meant to be bug-for-bug