Lines Matching full:inbound
63 /* derive the enum index of the outbound/inbound mapping registers */
77 * Maximum number of inbound mapping region sizes that can be supported by an
139 * enum iproc_pcie_ib_map_type - iProc PCIe inbound mapping type
151 * struct iproc_pcie_ib_map - iProc PCIe inbound mapping controller-specific
153 * @type: inbound mapping region type
154 * @size_unit: inbound mapping region size unit, could be SZ_1K, SZ_1M, or
156 * @region_sizes: list of supported inbound mapping region sizes in KB, MB, or
158 * @nr_sizes: number of supported inbound mapping region sizes
159 * @nr_windows: number of supported inbound mapping windows for the region
282 /* inbound address mapping */
1131 * If current inbound region is already in use or not a in iproc_pcie_setup_ib()
1168 dev_err(dev, "unable to configure inbound mapping\n"); in iproc_pcie_setup_ib()
1182 /* Each range entry corresponds to an inbound mapping region */ in iproc_pcie_map_dma_ranges()