Searched refs:bridge (Results 51 - 75 of 221) sorted by relevance

123456789

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/agp/
H A Dhp-agp.c46 /* AGP bridge need not be PCI device, but DRM thinks it is. */
292 hp_zx1_create_gatt_table (struct agp_bridge_data *bridge) argument
320 hp_zx1_free_gatt_table (struct agp_bridge_data *bridge) argument
401 hp_zx1_mask_memory (struct agp_bridge_data *bridge, argument
408 hp_zx1_enable (struct agp_bridge_data *bridge, u32 mode) argument
414 command = agp_collect_device_status(bridge, mode, command);
448 struct agp_bridge_data *bridge; local
459 bridge = agp_alloc_bridge();
460 if (!bridge) {
464 bridge
[all...]
H A Dalpha-agp.c74 static void alpha_core_agp_enable(struct agp_bridge_data *bridge, u32 mode) argument
76 alpha_agp_info *agp = bridge->dev_private_data;
78 agp->mode.lw = agp_collect_device_status(bridge, mode,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/86xx/
H A Dmpc86xx_smp.c20 #include <asm/pci-bridge.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/pseries/
H A Dpci.c29 #include <asm/pci-bridge.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/sysdev/
H A Dgrackle.c19 #include <asm/pci-bridge.h>
H A Dindirect_pci.c20 #include <asm/pci-bridge.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/platforms/
H A Dpal4_pci.c19 #include <asm/pci-bridge.h>
54 "PCI host bridge");
60 "PCI host bridge");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/nvidia/
H A Dnv_of.c22 #include <asm/pci-bridge.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dppc-pci.h16 #include <asm/pci-bridge.h>
112 * rtas_configure_bridge -- firmware initialization of pci bridge
H A Dtsi108.h2 * common routine and memory layout for Tundra TSI108(Grendel) host bridge
19 #include <asm/pci-bridge.h>
H A Dpmac_feature.h308 extern void pmac_register_agp_pm(struct pci_dev *bridge,
309 int (*suspend)(struct pci_dev *bridge),
310 int (*resume)(struct pci_dev *bridge));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dagp_backend.h80 struct agp_bridge_data *bridge; member in struct:agp_memory
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dpata_pdc202xx_old.c348 struct pci_dev *bridge = dev->bus->self; local
350 if (bridge && bridge->vendor == PCI_VENDOR_ID_INTEL) {
351 if( bridge->device == PCI_DEVICE_ID_INTEL_I960)
353 if( bridge->device == PCI_DEVICE_ID_INTEL_I960RM)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/kernel/
H A Dirq.c140 int64_t bridge; local
146 bridge = (u64) sn_irq_info->irq_bridge;
147 if (!bridge) {
151 local_nasid = NASID_GET(bridge);
154 local_widget = TIO_SWIN_WIDGETNUM(bridge);
156 local_widget = SWIN_WIDGETNUM(bridge);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dacpiphp.h70 * struct acpiphp_bridge - PCI bridge information
72 * for each bridge device in ACPI namespace
79 /* Ejectable PCI-to-PCI bridge (PCI bridge and PCI function) */
87 /* This bus (host bridge) or Secondary bus (PCI-to-PCI bridge) */
90 /* PCI-to-PCI bridge device */
107 struct acpiphp_bridge *bridge; /* parent */ member in struct:acpiphp_slot
116 u32 slotno; /* slot number relative to bridge */
129 struct acpiphp_bridge *bridge; /* Ejectabl member in struct:acpiphp_func
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/sn9c102/
H A Dsn9c102.h102 enum sn9c102_bridge bridge; member in struct:sn9c102_device
153 return cam->bridge;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/83xx/
H A Dpci.c24 #include <asm/pci-bridge.h>
57 DBG("Adding PCI host bridge %s\n", dev->full_name);
59 /* Fetch host bridge registers address */
93 printk(KERN_INFO "Found MPC83xx PCI host bridge at 0x%016llx. "
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/85xx/
H A Dpci.c24 #include <asm/pci-bridge.h>
48 DBG("Adding PCI host bridge %s\n", dev->full_name);
50 /* Fetch host bridge registers address */
81 printk(KERN_INFO "Found MPC85xx PCI host bridge at 0x%016llx. "
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/
H A DMakefile28 obj-$(CONFIG_BRIDGE) += bridge/
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/pci/
H A Dirq.c339 * router (ISA-bridge) should be 0x01 or 0xb0.
408 * config space of VLSI 82C534 PCI-bridge/router (1004:0102)
493 struct pci_dev *bridge; local
494 int pin = pci_get_interrupt_pin(dev, &bridge);
495 return pcibios_set_irq_routing(bridge, pin, irq);
968 if (irq < 0 && dev->bus->parent) { /* go back to the bridge */
969 struct pci_dev * bridge = dev->bus->self; local
972 irq = IO_APIC_get_PCI_irq_vector(bridge->bus->number,
973 PCI_SLOT(bridge->devfn), pin);
976 pci_name(bridge), '
1119 struct pci_dev * bridge = dev->bus->self; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pcmcia/
H A Dcardbus.c16 * Cardbus handling has been re-written to be more of a PCI bridge thing,
246 struct pci_dev *bridge = s->cb_dev; local
250 if (bridge)
251 pci_remove_behind_bridge(bridge);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/maple/
H A Dpci.c24 #include <asm/pci-bridge.h>
67 static void __init fixup_bus_range(struct device_node *bridge) argument
74 prop = of_find_property(bridge, "bus-range", &len);
77 bridge->full_name);
81 bus_range[1] = fixup_one_level_bus_range(bridge->child, bus_range[1]);
455 DBG("Adding PCI host bridge %s\n", dev->full_name);
483 printk(KERN_INFO "Found %s PCI host bridge. Firmware bus number: %d->%d\n",
577 * We need to call pci_setup_phb_io for the HT bridge first
579 * need to call it for the AGP bridge after that so it gets
598 * assume there is no P2P bridge o
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/
H A Dprobe.c95 if (pci_bus->bridge)
96 put_device(pci_bus->bridge);
291 printk(KERN_INFO "PCI: Transparent bridge - %s\n", pci_name(dev));
354 printk(KERN_ERR "PCI: Unable to handle 64-bit address space for bridge %s\n", pci_name(dev));
381 pci_alloc_child_bus(struct pci_bus *parent, struct pci_dev *bridge, int busnr) argument
394 child->self = bridge;
399 child->bridge = get_device(&bridge->dev);
421 child->resource[i] = &bridge->resource[PCI_BRIDGE_RESOURCES+i];
424 bridge
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/82xx/
H A Dmpc82xx.c40 #include <asm/pci-bridge.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/embedded6xx/
H A Dlinkstation.c22 #include <asm/pci-bridge.h>
63 printk("Adding PCI host bridge %s\n", dev->full_name);

Completed in 354 milliseconds

123456789