Lines Matching full:bridge

151 		s = "Intel 824?? host to PCI bridge";  in legacy_pcib_is_host_bridge()
157 s = "Intel 82810 (i810 GMCH) Host To Hub bridge"; in legacy_pcib_is_host_bridge()
160 s = "Intel 82810-DC100 (i810-DC100 GMCH) Host To Hub bridge"; in legacy_pcib_is_host_bridge()
163 s = "Intel 82810E (i810E GMCH) Host To Hub bridge"; in legacy_pcib_is_host_bridge()
166 s = "Intel 82815 (i815 GMCH) Host To Hub bridge"; in legacy_pcib_is_host_bridge()
169 s = "Intel 82443LX (440 LX) host to PCI bridge"; in legacy_pcib_is_host_bridge()
172 s = "Intel 82443BX (440 BX) host to PCI bridge"; in legacy_pcib_is_host_bridge()
175 s = "Intel 82443BX host to PCI bridge (AGP disabled)"; in legacy_pcib_is_host_bridge()
178 s = "Intel 82443MX host to PCI bridge"; in legacy_pcib_is_host_bridge()
181 s = "Intel 82443GX host to PCI bridge"; in legacy_pcib_is_host_bridge()
184 s = "Intel 82443GX host to AGP bridge"; in legacy_pcib_is_host_bridge()
187 s = "Intel 82443GX host to PCI bridge (AGP disabled)"; in legacy_pcib_is_host_bridge()
190 s = "Intel 82454KX/GX (Orion) host to PCI bridge"; in legacy_pcib_is_host_bridge()
197 * be seen first and isn't really a pci bridge (the in legacy_pcib_is_host_bridge()
235 s = "Intel 82845 Host to PCI bridge"; in legacy_pcib_is_host_bridge()
240 s = "AMD Elan SC520 host to PCI bridge"; in legacy_pcib_is_host_bridge()
249 s = "AMD-751 host to PCI bridge"; in legacy_pcib_is_host_bridge()
252 s = "AMD-761 host to PCI bridge"; in legacy_pcib_is_host_bridge()
266 s = "SiS 5591 host to PCI bridge"; in legacy_pcib_is_host_bridge()
269 s = "SiS 5591 host to AGP bridge"; in legacy_pcib_is_host_bridge()
274 s = "VLSI 82C592 Host to PCI bridge"; in legacy_pcib_is_host_bridge()
281 s = "VIA 82C598MVP (Apollo MVP3) host bridge"; in legacy_pcib_is_host_bridge()
288 s = "AcerLabs M1541 (Aladdin-V) PCI host bridge"; in legacy_pcib_is_host_bridge()
293 s = "OPTi 82C700 host to PCI bridge"; in legacy_pcib_is_host_bridge()
296 s = "OPTi 82C822 host to PCI Bridge"; in legacy_pcib_is_host_bridge()
301 s = "ServerWorks NB6536 2.0HE host to PCI bridge"; in legacy_pcib_is_host_bridge()
312 s = "ServerWorks host to PCI bridge"; in legacy_pcib_is_host_bridge()
317 s = "ServerWorks NB6635 3.0LE host to PCI bridge"; in legacy_pcib_is_host_bridge()
322 s = "ServerWorks CIOB30 host to PCI bridge"; in legacy_pcib_is_host_bridge()
329 s = "ServerWorks CMIC-HE host to PCI-X bridge"; in legacy_pcib_is_host_bridge()
339 s = "ServerWorks host to PCI bridge(unknown chipset)"; in legacy_pcib_is_host_bridge()
345 s = "Compaq/HP Model 6010 HotPlug PCI Bridge"; in legacy_pcib_is_host_bridge()
351 s = "Integrated Micro Solutions VL Bridge"; in legacy_pcib_is_host_bridge()
356 s = "Host to PCI bridge"; in legacy_pcib_is_host_bridge()
366 s = "Host to PCI bridge"; in legacy_pcib_is_host_bridge()
373 * to the nexus for each bridge.
484 * Make sure we add at least one bridge since some old in legacy_pcib_identify()
485 * hardware doesn't actually have a host-pci bridge device. in legacy_pcib_identify()
492 "legacy_pcib_identify: no bridge found, adding pcib0 anyway\n"); in legacy_pcib_identify()
563 * Helper routine for x86 Host-PCI bridge driver resource allocation.
569 * laptops that don't have PCI buses behind a PCI bridge, so assuming
579 0, "Limit the host bridge memory to being above this address.");
724 * Provide a PCI-PCI bridge driver for PCI buses behind PCI-PCI bridges
757 device_set_desc(dev, "PCIBIOS PCI-PCI bridge"); in pcibios_pcib_probe()