Lines Matching +full:in +full:- +full:flight
1 /* SPDX-License-Identifier: GPL-2.0 */
11 ** (workstations 1-~4, servers 2-~32)
25 * accessing the PCI bus once #RESET is de-asserted.
26 * PCI spec somewhere says 1 second but with multi-PCI bus systems,
34 ** pci_hba_data (aka H2P_OBJECT in HP/UX)
58 unsigned long lmmio_space_offset; /* CPU view - PCI view */
60 /* REVISIT - spinlock to protect resources? */
70 ** We support 2^16 I/O ports per HBA. These are set up in the form
80 #define PCI_PORT_ADDR(a) ((a) & (HBA_PORT_SPACE_SIZE - 1))
99 ** force in-flight write transaction(s) out to the targeted device
104 ** before in-flight DMA reaches memory. Since most SMP PA platforms
126 ** Stuff declared in arch/parisc/kernel/pci.c
141 * pcibios_assign_all_busses() is used in drivers/pci/pci.c:pci_do_scan_bus()
142 * 0 == check if bridge is numbered before re-numbering.
143 * 1 == pci_do_scan_bus() should automatically number all PCI-PCI bridges.
149 * Bus controller. Adding a 4-port Tulip card on the first PCI root
150 * bus of a C200 resulted in the secondary bus being numbered as 1.
163 #define PCIBIOS_MIN_MEM 0x1000 /* NBPG - but pci/setup-res.c dies */